mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +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
|
Public ReadOnly Property IsLoop() As Boolean
|
||||||
Get
|
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
|
Return False
|
||||||
Else
|
Else
|
||||||
Return True
|
Return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user