mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
me very stupid
This commit is contained in:
parent
1d617a87e1
commit
3df28f4ede
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user