This commit is contained in:
Nayruden 2013-03-30 11:15:15 -04:00
parent d2a51aafe6
commit 15ae6f3cb5
3 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1 +0,0 @@
2.42

View File

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