This commit is contained in:
shamoanjac 2017-02-10 07:29:05 +01:00
commit ef8f2437cd
1 changed files with 1 additions and 1 deletions

View File

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