forked from TeamUlysses/ulx
Fixed #43
This commit is contained in:
parent
a0185446bd
commit
a1f8810962
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user