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/mapbot/init.lua | |
parent | 622d547262ee6800810b228d9641edff63848e0c (diff) | |
download | dragonfireclient-3bed0981d058b512bfb8aeeeeed235c9ee9385af.tar.xz |
UI Update; Added AutoTool
Diffstat (limited to 'clientmods/mapbot/init.lua')
-rw-r--r-- | clientmods/mapbot/init.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clientmods/mapbot/init.lua b/clientmods/mapbot/init.lua deleted file mode 100644 index 4b2a73fe4..000000000 --- a/clientmods/mapbot/init.lua +++ /dev/null @@ -1,10 +0,0 @@ -mapbot = {} - -local modname = minetest.get_modname() -local modpath = minetest.get_modpath(modname) -mapbot.storage = minetest.get_mod_storage() - -dofile(modpath .. "/api.lua") -dofile(modpath .. "/simple_bots.lua") - - |