aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index d4e2763..79d3e85 100644
--- a/init.lua
+++ b/init.lua
@@ -4,12 +4,16 @@ mesecons_debug = {
enabled = true,
context_store_size = 0,
+ -- mapblock-hash -> true
+ whitelist = {},
+
-- playername => true
hud = {},
max_usage_micros = 15000
}
+dofile(MP.."/functions.lua")
dofile(MP.."/privs.lua")
dofile(MP.."/flush.lua")
dofile(MP.."/context.lua")