CFC-Servers / cfc_e2_lib

CFC's E2 Lib with helpful functions, sometimes CFC-specific.
GNU General Public License v3.0
2 stars 4 forks source link

Fix/cfc npc return values #65

Closed plally closed 3 years ago

plally commented 3 years ago

e2 does not handle returning nil, or types other than the return type of the function well

hasAccess requiresAdmin parameter is not needed as you can just do an IsValid check if it does not require admin