Fixed incorrect log level in NHGameOverManager.LoadCustomCreditsScene()

This commit is contained in:
josshmot 2025-04-08 16:50:31 +10:00
parent 5e0d44d911
commit 6d77b0b1d1

View File

@ -162,7 +162,7 @@ namespace NewHorizons.Components
else
{
// 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;
}
musicSource.loop = gameOver.audioLooping;