forked from TeamUlysses/ulib
This might fix #15.
This commit is contained in:
parent
4d47936dd5
commit
2860342e04
@ -65,6 +65,7 @@ end
|
||||
hook.Add( "CAMI.OnUsergroupUnregistered", "ULXCamiGroupRemoved", onGroupRemoved )
|
||||
|
||||
local function onUsersGroupChanged( ply, oldGroup, newGroup, originToken )
|
||||
if not ply or not ply:IsValid() then return end -- Seems like we get called after a player disconnects sometimes
|
||||
if originToken == CAMI.ULX_TOKEN then return end
|
||||
|
||||
local id = ULib.ucl.getUserRegisteredID( ply )
|
||||
|
@ -1 +1 @@
|
||||
1462049568
|
||||
1463696986
|
||||
|
Loading…
Reference in New Issue
Block a user