mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 17:46:28 -04:00
More TNT cleanup
This commit is contained in:
parent
dfdb8b79c6
commit
52aaf85194
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ local function destroy(drops, pos, cid)
|
|||
if def and def.flammable then
|
||||
minetest.set_node(pos, fire_node)
|
||||
else
|
||||
local nodename = def.name
|
||||
local on_blast = def.on_blast
|
||||
if on_blast ~= nil then
|
||||
on_blast(pos, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue