Dont drop tools on rightclick

This commit is contained in:
PilzAdam 2013-02-19 20:16:55 +01:00
parent 365c169b43
commit fc61c8809b
1 changed files with 1 additions and 2 deletions

View File

@ -243,9 +243,8 @@ function minetest.item_place(itemstack, placer, pointed_thing)
if itemstack:get_definition().type == "node" then
return minetest.item_place_node(itemstack, placer, pointed_thing)
elseif itemstack:get_definition().type ~= "none" then
return minetest.item_place_object(itemstack, placer, pointed_thing)
end
return itemstack
end
function minetest.item_drop(itemstack, dropper, pos)