don't break if called hook changes v

This commit is contained in:
NoBrainCZ 2014-02-22 15:33:36 +01:00
parent cf6103293b
commit 58f9c9564a

View File

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