Fixed music silence when no intro Content Packs
This commit is contained in:
parent
cb7a7956ce
commit
724a4a642d
|
@ -66,6 +66,8 @@ Public Class LoopStream
|
|||
MusicManager._currentSongName = IntroSong.Name
|
||||
MusicManager._currentSong = IntroSong
|
||||
Logger.Debug($"Play song [{IntroSong.Name}]")
|
||||
Else
|
||||
IntroSong = Nothing
|
||||
End If
|
||||
Else
|
||||
Dim ContinueSong As SongContainer = MusicManager.GetSong(MusicManager._afterBattleIntroSong.Name)
|
||||
|
|
Loading…
Reference in New Issue