Skip to content

Commit 7b9ff85

Browse files
committed
Fix new base game track appearing when it shouldn't
1 parent 4a49125 commit 7b9ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BaboonAPI/internal/BaseGame.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type public BaseGameTrack internal (data: SavedLevelMetadata, trackref: string)
5757

5858
member this.IsVisible() =
5959
match trackref with
60-
| "einefinal" -> GlobalVariables.localsave.progression_trombone_champ
60+
| "einefinal" | "tchampmedley" -> GlobalVariables.localsave.progression_trombone_champ
6161
| _ -> true
6262

6363
member this.LoadChart() =

0 commit comments

Comments
 (0)