Make wall signs protection-aware.

Этот коммит содержится в:
kaeza
2013-10-01 22:33:26 -03:00
родитель fb49c08aea
Коммит dbc2242d00

Просмотреть файл

@@ -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)