From f323395482241fabbe94ca7bd4116e4f986964dc Mon Sep 17 00:00:00 2001 From: Valentin Kaelin <33511688+vkaelin@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:19:54 +0100 Subject: [PATCH] feat: save roles for quickplay games too --- server/app/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app/helpers.ts b/server/app/helpers.ts index 5a36a10..9a1f91b 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -86,6 +86,7 @@ export const queuesWithRole = [ 430, // Blind, 440, // Flex 480, // Swiftplay + 490, // QUICKPLAY 700, // Clash 1400, // Ultimate Spellbook ]