summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
-rw-r--r--src/cat/LuaScriptInterface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp
index b37633d..14b2bf1 100644
--- a/src/cat/LuaScriptInterface.cpp
+++ b/src/cat/LuaScriptInterface.cpp
@@ -225,6 +225,8 @@ tpt.partsdata = nil");
lua_el_mode[i] = 0;
}
+ //Autorun
+ luacon_eval("dofile(\"autorun.lua\")"); //Autorun lua script
}
bool LuaScriptInterface::OnBrushChanged(int brushType, int rx, int ry)