Make wall signs protection-aware.

This commit is contained in:
kaeza 2013-10-01 22:33:26 -03:00
parent fb49c08aea
commit dbc2242d00
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ if not homedecor_disable_signs then
minetest.pos_to_string(pos)
))
end
if homedecor_node_is_owned(pos, sender) then return end
homedecor_update_sign(pos, fields)
end,
on_punch = function(pos, node, puncher)