mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 00:19:32 +01:00
Fix sign being used up in creative
This commit is contained in:
parent
03351895f3
commit
ccd5260d92
1 changed files with 2 additions and 0 deletions
|
@ -240,7 +240,9 @@ minetest.register_node("signs:sign_wall", {
|
|||
z = above.z + sign_info.delta.z}, "signs:text")
|
||||
text:setyaw(sign_info.yaw)
|
||||
|
||||
if not minetest.setting_getbool("creative_mode") then
|
||||
itemstack:take_item()
|
||||
end
|
||||
return itemstack
|
||||
end,
|
||||
on_construct = function(pos)
|
||||
|
|
Loading…
Reference in a new issue