This commit is contained in:
Michael Simard
2021-02-26 18:35:37 -06:00
parent 41a7a7c5bc
commit 94434397e2

View File

@@ -168,7 +168,7 @@ struct StatsController: RouteCollection {
}
else {
if numberOfPlayers > 4 {
if numberOfPlayers > 4 || numberOfPlayers == 0 {
return true
}
else if numberOfPlayers == 4 {