WIP: Major update #45

Closed
Hesham wants to merge 16 commits from develop-laptop into master
Showing only changes of commit de978bb317 - Show all commits

View File

@ -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();
}