Closed mute closed 3 months ago
@catapultam-habeo this needs a little bit of fixing but it's almost there. You just need to fix the logic in HasClass to actually work properly with the bitmask, I'm pretty sure it's not working properly right now.
I added $client->HasClass("Name) $client->HasClassID(#) for perl and Client::HasClass(Class.CLASSNAME) for lua. pls update.
$client->HasClass("Name)
$client->HasClassID(#)
Client::HasClass(Class.CLASSNAME)
@catapultam-habeo this needs a little bit of fixing but it's almost there. You just need to fix the logic in HasClass to actually work properly with the bitmask, I'm pretty sure it's not working properly right now.