mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-07-12 13:20:35 +02:00
replace empty var
This commit is contained in:
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")}
|
||||
})
|
||||
else
|
||||
mobs:safe_boom(self, pos, radius, texture)
|
||||
mobs:safe_boom(self, pos, node_damage_radius, texture)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user