diff options
author | Brandon <brandon@bremaweb.com> | 2013-12-13 22:53:15 -0600 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-12-13 22:53:15 -0600 |
commit | cd75c51451cc99cc969bb02159076dc3ab9ba69b (patch) | |
tree | 3d05a2a951dacece7a1dcc50e49e2f6aa5493faa | |
parent | d0b4f92b07e0af62cecdea80b7c39adadd64b87e (diff) |
remove landrush screwdriver and bucket protection because it is supported by the protection api now
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |