Elias Fleckenstein 45aa2516b2 Added settings
2020-07-18 13:20:08 +02:00

6 lines
164 B
Lua

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath .. "/commands.lua")
dofile(modpath .. "/buildbot.lua")