forked from nalc/homedecor_modpack
Make wall signs protection-aware.
This commit is contained in:
parent
fb49c08aea
commit
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user