From 3df28f4eded94cc103b3ccfed2ab837e2c5b1005 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Fri, 21 Jul 2023 19:44:34 -0700 Subject: [PATCH] me very stupid --- NewHorizons/Patches/GlobalMusicControllerPatches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Patches/GlobalMusicControllerPatches.cs b/NewHorizons/Patches/GlobalMusicControllerPatches.cs index 1bff3dba..776cb8e8 100644 --- a/NewHorizons/Patches/GlobalMusicControllerPatches.cs +++ b/NewHorizons/Patches/GlobalMusicControllerPatches.cs @@ -21,7 +21,7 @@ public class GlobalMusicControllerPatches PlayerState.AtFlightConsole() && !PlayerState.IsHullBreached() && !__instance._playingFinalEndTimes && - _audioDetector._activeVolumes.Count > 0; // change - don't play if in another audio volume + _audioDetector._activeVolumes.Count == 0; // change - don't play if in another audio volume var playing = __instance._darkBrambleSource.isPlaying && !__instance._darkBrambleSource.IsFadingOut(); if (shouldBePlaying && !playing)