Skip to content

Commit

Permalink
Correct split is selected when succession split is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
topeterk committed Jun 13, 2019
1 parent 60e5d1a commit 4a00327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/OutModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public void Update(bool Force = false)
sr.WriteLine(""); // no trailing separator
sr.WriteLine("],");

active += InjectedSplitCount;
iSplitCount += InjectedSplitCount;
WriteJsonSimpleValue(sr, "session_progress", pi.GetSessionProgress() + InjectedSplitCount);

Expand Down

0 comments on commit 4a00327

Please sign in to comment.