From 20f91e25db022e6a4e251b25c3ce30f9c52c4ade Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Thu, 12 Aug 2021 11:56:52 -0500 Subject: [PATCH] fixed bug with dom map records --- 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 7bfba08..e08573d 100644 --- a/Sources/App/Controllers/StatsController.swift +++ b/Sources/App/Controllers/StatsController.swift @@ -906,7 +906,7 @@ struct StatsController: RouteCollection { .filter{$0.competitive == competitive} .filter{$0.codGame == game} .filter{ - if gameMode > 0 { + if gameMode >= 0 { return $0.gameMode == gameMode } else if gameMode == -2 { // -2 is all for now