From b8052c817c18a91878f6e865caef582742b1ad6b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 22 Nov 2024 14:08:34 +0000 Subject: [PATCH] replace empty var --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index d7fa658..37caa73 100644 --- a/api.lua +++ b/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