Merged in dev (pull request #5)

Merging Dev in Master
This commit is contained in:
adrido 2014-08-13 19:39:16 +02:00
commit 03579c3912
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