diff --git a/OWTrack/Tracker.cs b/OWTrack/Tracker.cs index 8a7c44b..2b72175 100644 --- a/OWTrack/Tracker.cs +++ b/OWTrack/Tracker.cs @@ -205,6 +205,7 @@ namespace OWTrack public void AddMatch(Match match) { + match.LastMatchSR = this.Matches.Last().newSR; this.Matches.Add(match); this.TotalMatches = Matches.Count(); }