Implement LastMatchSR
This commit is contained in:
parent
0634e5c21b
commit
16afdb74ac
@ -171,7 +171,8 @@ namespace OWTrack
|
|||||||
newSR = tr.newSR,
|
newSR = tr.newSR,
|
||||||
ChangeInSR = tr.srDiff(),
|
ChangeInSR = tr.srDiff(),
|
||||||
dateTime = DateTime.Now.Date,
|
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);
|
tr.GetCurrentSession().AddMatch(match);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user