summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2013-12-13 22:53:15 -0600
committerBrandon <brandon@bremaweb.com>2013-12-13 22:53:15 -0600
commitcd75c51451cc99cc969bb02159076dc3ab9ba69b (patch)
tree3d05a2a951dacece7a1dcc50e49e2f6aa5493faa
parentd0b4f92b07e0af62cecdea80b7c39adadd64b87e (diff)
remove landrush screwdriver and bucket protection because it is supported by the protection api now
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index b78dc12..9609311 100644
--- a/init.lua
+++ b/init.lua
@@ -96,11 +96,11 @@ end
minetest.after(0, function ()
dofile(path.."/default.lua")
-dofile(path.."/bucket.lua")
+--dofile(path.."/bucket.lua")
dofile(path.."/doors.lua")
dofile(path.."/fire.lua")
dofile(path.."/chatcommands.lua")
-dofile(path.."/screwdriver.lua")
+--dofile(path.."/screwdriver.lua")
dofile(path.."/snow.lua")
end )