prep for casual tracking

This commit is contained in:
Michael Simard
2021-08-01 10:38:53 -05:00
parent 1614c57268
commit 7aeff143d2
5 changed files with 56 additions and 8 deletions

View File

@@ -155,6 +155,10 @@ struct StatsController: RouteCollection {
let isColdWar = match.codGame == "bocw"
let numberOfPlayers = self.numberOfPlayers(match: match)
if match.competitive == false {
return false
}
if isColdWar {
if numberOfPlayers == 0 {
return true