JaredScar / Badger_Discord_API

A FiveM API Script [created by Badger]
MIT License
56 stars 48 forks source link

nil ~= nil #24

Closed coleminer0112 closed 2 years ago

coleminer0112 commented 2 years ago

this change is implemented to enforce nil ~= nil, in the same way that SQL enforces NULL is not equal to NULL, as it's considered unknown. This prevents a pair erroneous role names/IDs from generating a false positive in cases where things like roles/perms depend upon a response of True from the CheckEqual function.