Skip to content

Commit

Permalink
Fix new base game track appearing when it shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Jun 17, 2024
1 parent 4a49125 commit 7b9ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaboonAPI/internal/BaseGame.fs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type public BaseGameTrack internal (data: SavedLevelMetadata, trackref: string)

member this.IsVisible() =
match trackref with
| "einefinal" -> GlobalVariables.localsave.progression_trombone_champ
| "einefinal" | "tchampmedley" -> GlobalVariables.localsave.progression_trombone_champ
| _ -> true

member this.LoadChart() =
Expand Down

0 comments on commit 7b9ff85

Please sign in to comment.