1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Fixed sponges' infinite placement bug

This commit is contained in:
LeMagnesium 2015-04-20 20:40:16 +02:00
parent 72651fc0ed
commit aa640fb417

View File

@ -72,6 +72,7 @@ minetest.register_node("sponge:sponge", {
else
minetest.add_node(pointed_thing.above, {name = "sponge:sponge"})
end
itemstack:take_item()
return itemstack
end