TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers
http://ulyssesmod.net
Other
105 stars 55 forks source link

Re-register default groups in CAMI to fix inheritance mis-match #62

Open Nayruden opened 4 years ago

Nayruden commented 4 years ago

https://github.com/TeamUlysses/ulib/blob/master/lua/ulib/shared/cami_ulib.lua line 110 currently ignore default groups, but should be changed to include them. CAMI will otherwise see admin as inheriting from user (the gmod default), when it really inherits from operator (the ULX default).