Fixed automatic registration to not break gate datablock transmission
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user