diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-15 15:45:28 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-15 15:45:28 +0200 |
commit | 3bed0981d058b512bfb8aeeeeed235c9ee9385af (patch) | |
tree | 8f3b06e1ac849fecf684af1ba7bb2e72eaed4b5d /clientmods/maputil/init.lua | |
parent | 622d547262ee6800810b228d9641edff63848e0c (diff) | |
download | dragonfireclient-3bed0981d058b512bfb8aeeeeed235c9ee9385af.tar.xz |
UI Update; Added AutoTool
Diffstat (limited to 'clientmods/maputil/init.lua')
-rw-r--r-- | clientmods/maputil/init.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clientmods/maputil/init.lua b/clientmods/maputil/init.lua deleted file mode 100644 index 58af2fcb9..000000000 --- a/clientmods/maputil/init.lua +++ /dev/null @@ -1,5 +0,0 @@ -local modname = minetest.get_current_modname() -local modpath = minetest.get_modpath(modname) - -dofile(modpath .. "/commands.lua") -dofile(modpath .. "/buildbot.lua") |