1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-11-15 22:20:18 +01:00

remove redundant destructor call

This commit is contained in:
flux 2022-10-26 10:40:08 -07:00
parent 65b83ba178
commit 21e232b771
No known key found for this signature in database
GPG Key ID: 9333B27816848A15

View File

@ -750,7 +750,6 @@ function signs_lib.blast_sign(pos, intensity)
local node = minetest.get_node(pos)
local drops = minetest.get_node_drops(node, "tnt:blast")
minetest.remove_node(pos)
signs_lib.destruct_sign(pos)
return drops
end
end