Fixed automatic registration to not break gate datablock transmission

This commit is contained in:
Redo
2019-04-09 23:57:21 -05:00
parent 5f58a531a8
commit d47e6a50dc
4 changed files with 217 additions and 180 deletions

View File

@@ -117,7 +117,10 @@ package LuaLogic
activatePackage("LuaLogic");
function llr(){
%path = $LuaLogic::Path;
deleteVariables("$LuaLogic*");
$LuaLogic::Path = %path;
resetAllOpCallFunc();
exec("./lualogic.cs");
schedule(3000, 0, lualogic_connect, 25000);