aboutsummaryrefslogtreecommitdiff
path: root/clientmods/mapbot/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'clientmods/mapbot/init.lua')
-rw-r--r--clientmods/mapbot/init.lua10
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")
-
-