File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace VexTrack.Core
66 static class Constants
77 {
88 public static readonly string AppName = "VexTrack" ;
9- public static readonly string Version = "v1.86 " ;
9+ public static readonly string Version = "v1.87 " ;
1010
1111 public static readonly string DataFolder = Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) + @"/VexTrack - Preview" ;
1212 public static readonly string LegacyDataFolder = @"dat" ;
Original file line number Diff line number Diff line change @@ -233,6 +233,8 @@ public void Update(bool epilogueOnly = false)
233233 if ( InterruptUpdate ) return ;
234234 if ( ! ViewModelsInitialized ) InitViewModels ( ) ;
235235
236+ if ( InterruptUpdate ) return ;
237+
236238 if ( TrackingDataHelper . CurrentSeasonData . ActiveBPLevel > Constants . BattlepassLevels && SettingsHelper . Data . ForceEpilogue )
237239 {
238240 if ( ! Epilogue ) Epilogue = true ;
You can’t perform that action at this time.
0 commit comments