Cristiano Magro
2020-10-13 4c99358b32bf4dedc75c0ecae2e1a0770c64fd4b
wrench/init.lua
@@ -120,7 +120,7 @@
         return
      end
      local meta = minetest.get_meta(pos)
      if def.owned then
      if def.owned and not minetest.check_player_privs(placer, "protection_bypass") then
         local owner = meta:get_string("owner")
         if owner and owner ~= player_name then
            minetest.log("action", player_name..