1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-01-08 08:50:20 +01:00

replace empty var

This commit is contained in:
tenplus1 2024-11-22 14:08:34 +00:00
parent e17ea86bf5
commit b8052c817c

View File

@ -4195,7 +4195,7 @@ function mobs:boom(self, pos, node_damage_radius, entity_radius, texture)
tiles = {(texture or "tnt_smoke.png")}
})
else
mobs:safe_boom(self, pos, radius, texture)
mobs:safe_boom(self, pos, node_damage_radius, texture)
end
end