From 94434397e29564245bc15fd7c92a2c31e719b2fb Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Fri, 26 Feb 2021 18:35:37 -0600 Subject: [PATCH] tweaks --- Sources/App/Controllers/StatsController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {