coil
2019-07-21 bb05ff8fd210fc9fac0b521f15e755380e6916d3
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..