aboutsummaryrefslogtreecommitdiff
path: root/init.lua
blob: 14dfe13c385e044f7f368d6f5771d5ca8ab19716 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
local MP = minetest.get_modpath("mesecons_debug")

mesecons_debug = {}

dofile(MP.."/privs.lua")
dofile(MP.."/api_action_on.lua")
dofile(MP.."/api_nodetimer.lua")
dofile(MP.."/register.lua")
dofile(MP.."/flush.lua")
dofile(MP.."/globalstep.lua")
-- dofile(MP.."/circuit_breaker.lua")

print("[OK] mesecons_debug loaded")