forked from mtcontrib/homedecor_modpack
signs can now only be edited by owner
This commit is contained in:
parent
493abe720d
commit
581b63a6b3
@ -441,6 +441,7 @@ function homedecor_register_fence_with_sign(fencename, fencewithsignname)
|
|||||||
minetest.pos_to_string(pos)
|
minetest.pos_to_string(pos)
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
if not homedecor_node_is_owned(pos, sender) then return end
|
||||||
homedecor_update_sign(pos, fields)
|
homedecor_update_sign(pos, fields)
|
||||||
end
|
end
|
||||||
def_sign.on_punch = function(pos, node, puncher, ...)
|
def_sign.on_punch = function(pos, node, puncher, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user