mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-25 06:15:30 +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 temp = { runscript = script };
|
||||
temp.set_delegate(tempParent);
|
||||
temp.setdelegate(tempParent);
|
||||
|
||||
temp.runscript()
|
||||
foreach( key,val in temp )
|
||||
|
Loading…
Reference in New Issue
Block a user