bug fixes
This commit is contained in:
@@ -786,7 +786,7 @@ struct StatsController: RouteCollection {
|
|||||||
group.enter()
|
group.enter()
|
||||||
queue.async {
|
queue.async {
|
||||||
|
|
||||||
vgCompetitive = self.getStatsWithMostRecentDailyRecord(sortedMatches: matches.filter({ (match) -> Bool in
|
mw2Cometitive = self.getStatsWithMostRecentDailyRecord(sortedMatches: matches.filter({ (match) -> Bool in
|
||||||
return match.codGame == "mw2" && self.shouldCountMatch(match: match )
|
return match.codGame == "mw2" && self.shouldCountMatch(match: match )
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user