mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fixed incorrect log level in NHGameOverManager.LoadCustomCreditsScene()
This commit is contained in:
parent
5e0d44d911
commit
6d77b0b1d1
@ -162,7 +162,7 @@ namespace NewHorizons.Components
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// We can't load in custom music if an IModBehaviour cannot be provided. This should only happen if called via TryHijackDeathSequence().
|
// We can't load in custom music if an IModBehaviour cannot be provided. This should only happen if called via TryHijackDeathSequence().
|
||||||
NHLogger.LogWarning("Credits called using TryHijackDeathSequence(), custom credits audio cannot not be loaded.");
|
NHLogger.Log("Credits called using TryHijackDeathSequence(), custom credits audio cannot not be loaded.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
musicSource.loop = gameOver.audioLooping;
|
musicSource.loop = gameOver.audioLooping;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user