forked from TeamUlysses/ulib
don't break if called hook changes v
This commit is contained in:
parent
cf6103293b
commit
58f9c9564a
@ -174,7 +174,7 @@ function Call( name, gm, ... )
|
||||
if HookTable then
|
||||
local a, b, c, d, e, f
|
||||
for k=1, #HookTable do
|
||||
v = HookTable[ k ]
|
||||
local v = HookTable[ k ]
|
||||
if not v then
|
||||
-- Nothing
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user