prep for casual tracking
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user