This commit is contained in:
Nayruden 2012-11-03 15:17:32 -04:00
parent a0185446bd
commit a1f8810962
2 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,7 @@ function ulx.freeze( calling_ply, target_plys, should_unfreeze )
local affected_plys = {}
for i=1, #target_plys do
if not should_unfreeze and ulx.getExclusive( target_plys[ i ], calling_ply ) then
ULib.tsayError( calling_ply, ulx.getExclusive( v, calling_ply ), true )
ULib.tsayError( calling_ply, ulx.getExclusive( target_plys[ i ], calling_ply ), true )
else
local v = target_plys[ i ]
if v:InVehicle() then

View File

@ -66,6 +66,7 @@ v3.60 - *(00/00/00)*
* [CHANGE] ULX ban now supports restricting of time/string formats.
* [CHANGE] XGUI: Controls added to utilize time/string formats and restrictions.
* [FIX] Garry breakages in GM13.
* [FIX] An exclusivity bug in "ulx freeze" (Thanks infinitywraith).
v3.54 - *(04/27/12)*
* [FIX] XGUI: Hard crash with the os.date function when bans have an extremely long unban time.