mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-27 06:07:56 +03:00
Fixed typo in vscript_server.nut
This commit is contained in:
parent
1cff3a2cd0
commit
392746f725
@ -93,7 +93,7 @@ function __ReplaceClosures( script, scope )
|
|||||||
|
|
||||||
local tempParent = { getroottable = function() { return null; } };
|
local tempParent = { getroottable = function() { return null; } };
|
||||||
local temp = { runscript = script };
|
local temp = { runscript = script };
|
||||||
temp.set_delegate(tempParent);
|
temp.setdelegate(tempParent);
|
||||||
|
|
||||||
temp.runscript()
|
temp.runscript()
|
||||||
foreach( key,val in temp )
|
foreach( key,val in temp )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user