aboutsummaryrefslogtreecommitdiff
path: root/clientmods/maputil/init.lua
blob: 58af2fcb99bc8db0923d5fcf3bbd377c63b134b2 (plain)
1
2
3
4
5
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)

dofile(modpath .. "/commands.lua")
dofile(modpath .. "/buildbot.lua")