aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-05-04 10:03:45 +0200
committerBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-05-04 10:03:45 +0200
commit17915aa4c5d17ccdbc2f1d68e98d66cd0a945092 (patch)
tree632f3f7636097cf6a1c8303fc53d8f33d67f2814 /init.lua
parenta6c03a3206527a00385c4b7d05ec2de3f2747e15 (diff)
downloadmesecons_debug-17915aa4c5d17ccdbc2f1d68e98d66cd0a945092.tar.gz
mesecons_debug-17915aa4c5d17ccdbc2f1d68e98d66cd0a945092.zip
modernize a bit
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 7de452c..d4e2763 100644
--- a/init.lua
+++ b/init.lua
@@ -3,6 +3,7 @@ local MP = minetest.get_modpath("mesecons_debug")
mesecons_debug = {
enabled = true,
context_store_size = 0,
+
-- playername => true
hud = {},
@@ -11,6 +12,7 @@ mesecons_debug = {
dofile(MP.."/privs.lua")
dofile(MP.."/flush.lua")
+dofile(MP.."/context.lua")
dofile(MP.."/overrides.lua")
dofile(MP.."/luacontroller.lua")
dofile(MP.."/chatcommands.lua")