aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-05-04 10:12:41 +0200
committerBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-05-04 10:12:41 +0200
commit6b54a59271a1b8b1cd8e680006d38f3c44cb7396 (patch)
treee4b474e1d6d5aa17d8fe930f883fa8eef20b5ead /init.lua
parent17915aa4c5d17ccdbc2f1d68e98d66cd0a945092 (diff)
downloadmesecons_debug-6b54a59271a1b8b1cd8e680006d38f3c44cb7396.tar.gz
mesecons_debug-6b54a59271a1b8b1cd8e680006d38f3c44cb7396.zip
working mapblock whitelist
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")