add io brick, misc fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//bls 2
|
||||
|
||||
if($Pref::Server::LuaLogic::OPT_TICK_ENABLED $= "") $Pref::Server::LuaLogic::OPT_TICK_ENABLED = true;
|
||||
if($Pref::Server::LuaLogic::OPT_TICK_TIME $= "") $Pref::Server::LuaLogic::OPT_TICK_TIME = 0.032;
|
||||
@@ -38,4 +39,8 @@ function llr(){
|
||||
//schedule(1000, 0, llc);
|
||||
}
|
||||
|
||||
function AddOn_Brick_LuaLogic_Reload() {
|
||||
llr();
|
||||
}
|
||||
|
||||
schedule(10000, 0, llc);
|
||||
|
||||
Reference in New Issue
Block a user