View Single Post
  #4  
Old 01-18-2018, 04:33 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Code:
race usable?

no -> return 'true'

yes -> class usable?

       no -> return 'false'

return 'true'
Forcing the 'true' return on race failure completely bypasses the class check.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote