From eed30eb2e781c83e278c32e38b3b6e9b789d9144 Mon Sep 17 00:00:00 2001 From: Mythril382 <77225817+Mythril382@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:53:14 +0800 Subject: [PATCH] hell --- core/src/mindustry/logic/LogicSound.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/mindustry/logic/LogicSound.java b/core/src/mindustry/logic/LogicSound.java index 8a37df0688..a1d41d9241 100644 --- a/core/src/mindustry/logic/LogicSound.java +++ b/core/src/mindustry/logic/LogicSound.java @@ -85,7 +85,7 @@ public enum LogicSound{ respawnLoop(Sounds.respawning), shieldLoop(Sounds.shield), smelterLoop(Sounds.smelter), - spellLoop(Sounds.spell), + spellLoop(Sounds.spellLoop), sprayLoop(Sounds.spray), steamLoop(Sounds.steam), techLoop(Sounds.techloop), @@ -107,4 +107,4 @@ public enum LogicSound{ LogicSound(Sound sound){ this.sound = sound; } -} \ No newline at end of file +}