This might fix #15.

This commit is contained in:
Nayruden 2016-05-19 18:29:46 -04:00
parent 4d47936dd5
commit 2860342e04
2 changed files with 2 additions and 1 deletions

View File

@ -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 )

View File

@ -1 +1 @@
1462049568
1463696986