diff --git a/Sources/App/Controllers/StatsController.swift b/Sources/App/Controllers/StatsController.swift index c0dbe8b..db3be4b 100644 --- a/Sources/App/Controllers/StatsController.swift +++ b/Sources/App/Controllers/StatsController.swift @@ -168,7 +168,7 @@ struct StatsController: RouteCollection { } else { - if numberOfPlayers > 4 { + if numberOfPlayers > 4 || numberOfPlayers == 0 { return true } else if numberOfPlayers == 4 {