Cannot get death banners back.

This commit is contained in:
shamoanjac 2016-08-28 00:06:38 +02:00
parent e48c59c153
commit ead235fe7a
1 changed files with 1 additions and 1 deletions

View File

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