diff --git a/Sources/App/Controllers/StatsController.swift b/Sources/App/Controllers/StatsController.swift index db3be4b..7afe41f 100644 --- a/Sources/App/Controllers/StatsController.swift +++ b/Sources/App/Controllers/StatsController.swift @@ -172,7 +172,7 @@ struct StatsController: RouteCollection { return true } else if numberOfPlayers == 4 { - return match.date > Date(timeIntervalSince1970: 1612159200) + return match.date < Date(timeIntervalSince1970: 1612159200) } // February 1 2021 else {