From cd75c51451cc99cc969bb02159076dc3ab9ba69b Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 13 Dec 2013 22:53:15 -0600 Subject: remove landrush screwdriver and bucket protection because it is supported by the protection api now --- init.lua | 4 ++-- 1 file 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 ) -- cgit v1.2.3