diff --git a/src/main/java/org/polyfrost/hytils/handlers/lobby/sound/SilentLobby.java b/src/main/java/org/polyfrost/hytils/handlers/lobby/sound/SilentLobby.java index aa71a9e..056ac0c 100644 --- a/src/main/java/org/polyfrost/hytils/handlers/lobby/sound/SilentLobby.java +++ b/src/main/java/org/polyfrost/hytils/handlers/lobby/sound/SilentLobby.java @@ -25,7 +25,6 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; public class SilentLobby { - @SubscribeEvent public void onSoundPlay(PlaySoundEvent event) { if (HypixelUtils.INSTANCE.isHypixel() && !LocrawUtil.INSTANCE.isInGame()) {