1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-17 21:30:19 +02:00

fix missing ownership check on editing yard signs

This commit is contained in:
Vanessa Ezekowitz
2013-05-20 21:55:40 -04:00
parent 987f070069
commit 049b358c31

@ -233,6 +233,7 @@ minetest.register_node(":signs:sign_yard", {
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)