Implement LastMatchSR

This commit is contained in:
HeshamTB 2018-12-31 06:29:44 +03:00
parent 0634e5c21b
commit 16afdb74ac

View File

@ -171,7 +171,8 @@ namespace OWTrack
newSR = tr.newSR,
ChangeInSR = tr.srDiff(),
dateTime = DateTime.Now.Date,
DateTimeSting = DateTime.Now.ToString("hh:mm tt")
DateTimeSting = DateTime.Now.ToString("hh:mm tt"),
LastMatchSR = tr.GetCurrentSession().GetLastMatch().newSR,
};
tr.GetCurrentSession().AddMatch(match);
}