From 5e389e27f8cf05c9e3db5ffe25c5aecf85e1495d Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Thu, 25 Aug 2022 15:11:47 +0500 Subject: [PATCH] Garbage clearing rocket_launch.ogg was a copy of fire_extinguish_flame.2.ogg, as `fire` is a dep of `tnt`, copy isn't necessary --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c476b9f..0f8487c 100644 --- a/init.lua +++ b/init.lua @@ -56,7 +56,7 @@ core.register_tool("rocket_launcher:launcher", { owner = user end end - core.sound_play('rocket_launch',{to_player = name, gain=0.5}) + core.sound_play('fire_extinguish_flame.2',{to_player = name, gain=0.5}) return itemstack end end})