From ed3f0ad0a053233866dd9483387843c0929566fe Mon Sep 17 00:00:00 2001 From: Francesco Monti Date: Tue, 11 Feb 2025 13:46:30 +0100 Subject: [PATCH] feat: add support for swiftplay (#90) --- client/src/data/data.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/data/data.js b/client/src/data/data.js index aa7d1ec..53b2f4f 100644 --- a/client/src/data/data.js +++ b/client/src/data/data.js @@ -37,6 +37,10 @@ export const gameModes = { type: 'Ranked', name: 'FLEX 3vs3', }, + 480: { + type: 'Normal', + name: 'Swiftplay', + }, 490: { type: 'Normal', name: 'QUICKPLAY',