1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-01-02 14:18:28 +01:00
This commit is contained in:
shamoanjac 2017-02-10 07:29:05 +01:00
commit ef8f2437cd

View File

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