From 38b5ce0853fb0b76e702116ee22e749e38198925 Mon Sep 17 00:00:00 2001 From: Mythril382 <77225817+Mythril382@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:22:05 +0800 Subject: [PATCH] i have no idea how to do this automatically --- core/src/mindustry/logic/LogicSound.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/logic/LogicSound.java b/core/src/mindustry/logic/LogicSound.java index 00a78870a9..fdd4322ff9 100644 --- a/core/src/mindustry/logic/LogicSound.java +++ b/core/src/mindustry/logic/LogicSound.java @@ -10,8 +10,7 @@ public enum LogicSound{ blaster(Sounds.blaster), bolt(Sounds.bolt), boom(Sounds.boom), - /* break(Sounds.break), - one hell of a problem */ + breakBlock(Sounds.breaks), buttonClick(Sounds.buttonClick), cannon(Sounds.cannon), cannonLarge(Sounds.largeCannon),