mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Battle Intro songs should also support uppercase
This commit is contained in:
parent
a43d9d8354
commit
63f998bc4d
@ -18,7 +18,7 @@ Public Class SongContainer
|
||||
|
||||
Public ReadOnly Property IsLoop() As Boolean
|
||||
Get
|
||||
If Me.Song.Contains("intro\") OrElse Me.Song.Contains("_intro") Then
|
||||
If Me.Song.ToLower.Contains("intro\") OrElse Me.Song.ToLower.Contains("_intro") Then
|
||||
Return False
|
||||
Else
|
||||
Return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user