From 928dcbb5fab34991ea07352bf23fc6d0a663b1e6 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin <33511688+vkaelin@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:15:56 +0100 Subject: [PATCH] feat: save roles for swiftplay games --- server/app/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/helpers.ts b/server/app/helpers.ts index fd94d68..5a36a10 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -85,6 +85,7 @@ export const queuesWithRole = [ 420, // Solo/Duo 430, // Blind, 440, // Flex + 480, // Swiftplay 700, // Clash 1400, // Ultimate Spellbook ]