From 17915aa4c5d17ccdbc2f1d68e98d66cd0a945092 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 4 May 2020 10:03:45 +0200 Subject: modernize a bit --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') 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") -- cgit v1.2.3