For creative

This commit is contained in:
Jat 2014-08-13 19:31:09 +02:00
parent d881fce213
commit eb129da27e
1 changed files with 4 additions and 3 deletions

View File

@ -96,9 +96,10 @@ arrow_signs_on_place = function(itemstack, placer, pointed_thing)
else
itemstack:take_item()
end
return itemstack
if not minetest.setting_getbool("creative_mode") then
return itemstack
end
end