mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-01-09 09:20:21 +01:00
replace empty var
This commit is contained in:
parent
e17ea86bf5
commit
b8052c817c
2
api.lua
2
api.lua
@ -4195,7 +4195,7 @@ function mobs:boom(self, pos, node_damage_radius, entity_radius, texture)
|
|||||||
tiles = {(texture or "tnt_smoke.png")}
|
tiles = {(texture or "tnt_smoke.png")}
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
mobs:safe_boom(self, pos, radius, texture)
|
mobs:safe_boom(self, pos, node_damage_radius, texture)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user