1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-04 23:20:36 +01:00

Cannot get death banners back.

This commit is contained in:
shamoanjac 2016-08-28 00:06:38 +02:00
parent e48c59c153
commit ead235fe7a

View File

@ -202,7 +202,7 @@ minetest.register_node("banners:death_banner", {
faction:stop_attack(chunkpos)
end
end
banners.banner_on_dig(pos, n, p)
minetest.remove_node(pos)
end,
})