1
0
дзеркало https://github.com/pyrollo/display_modpack.git синхронізовано 2026-01-01 10:05:35 +01:00

remove redundant destructor call

Цей коміт міститься в:
flux
2022-10-26 10:39:18 -07:00
джерело 41f2eaaabb
коміт 623c4017d2

Переглянути файл

@@ -294,7 +294,6 @@ function display_api.on_blast(pos, intensity)
local node = minetest.get_node(pos)
local drops = minetest.get_node_drops(node, "tnt:blast")
minetest.remove_node(pos)
display_api.on_destruct(pos)
return drops
end
end