aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorThomas Rudin <thomas@rudin.io>2019-10-14 20:13:35 +0200
committerThomas Rudin <thomas@rudin.io>2019-10-14 20:13:35 +0200
commit53935e81eef563986b3182c3c94f92d614d9ea27 (patch)
tree44dc0d94375b240a22d4a2f34f96fc5c6629b9bb /init.lua
parent7b6d776051582176e357ca364f82143ca4818dac (diff)
downloadmesecons_debug-53935e81eef563986b3182c3c94f92d614d9ea27.tar.gz
mesecons_debug-53935e81eef563986b3182c3c94f92d614d9ea27.zip
add luac penalty
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index a091174..85643fd 100644
--- a/init.lua
+++ b/init.lua
@@ -12,6 +12,7 @@ mesecons_debug = {
dofile(MP.."/privs.lua")
dofile(MP.."/flush.lua")
dofile(MP.."/overrides.lua")
+dofile(MP.."/luacontroller.lua")
dofile(MP.."/chatcommands.lua")
dofile(MP.."/hud.lua")