forked from TeamUlysses/ulib
Fixed #187
This commit is contained in:
parent
d2a51aafe6
commit
15ae6f3cb5
@ -47,6 +47,7 @@ Group: Changelog
|
||||
v2.51 - *(00/00/00)*
|
||||
* [FIX] ULib.ucl.userAllow not working on disconnected players (Thanks, JackYack13).
|
||||
* [FIX] Issue with setting groups with capitals in the group name (Thanks, FPtje!).
|
||||
* [FIX] Calling SetUserGroup not passing on information to clients (Thanks, Bo98).
|
||||
* [REMOVED] Temp garry-patch for reading from the data directory that appears to be fixed now.
|
||||
|
||||
v2.50 - *(01/27/13)*
|
||||
|
@ -1 +0,0 @@
|
||||
2.42
|
@ -961,6 +961,7 @@ function meta:SetUserGroup( group, dontCall )
|
||||
end
|
||||
|
||||
if not dontCall and self:GetUserGroup() ~= oldGroup then -- Changed! Inform the masses of the change
|
||||
hook.Call( ULib.HOOK_UCLCHANGED )
|
||||
hook.Call( ULib.HOOK_UCLAUTH, _, self )
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user