aboutsummaryrefslogtreecommitdiff
path: root/init.lua
blob: 6df95ee97d379cb338a0cdd3ae898deb8765cb93 (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")