diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 13:20:08 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-18 13:20:08 +0200 |
commit | 45aa2516b2fc675df7049bc9ed713600c95b6423 (patch) | |
tree | cd7d1f377789e56cfe624d8db542f32c7dd0bca4 /clientmods/maputil/init.lua | |
parent | f22339ed891afddca53f7442c63aedd7aecc566d (diff) | |
download | dragonfireclient-45aa2516b2fc675df7049bc9ed713600c95b6423.tar.xz |
Added settings
Diffstat (limited to 'clientmods/maputil/init.lua')
-rw-r--r-- | clientmods/maputil/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clientmods/maputil/init.lua b/clientmods/maputil/init.lua new file mode 100644 index 000000000..58af2fcb9 --- /dev/null +++ b/clientmods/maputil/init.lua @@ -0,0 +1,5 @@ +local modname = minetest.get_current_modname() +local modpath = minetest.get_modpath(modname) + +dofile(modpath .. "/commands.lua") +dofile(modpath .. "/buildbot.lua") |