Fixed typo in vscript_server.nut

This commit is contained in:
Blixibon 2022-08-28 13:03:59 -05:00
parent 1cff3a2cd0
commit 392746f725

View File

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