mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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