From 35b978cd6891507ef0ccd8e0586f0c5f3d999b5a Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 22 Jul 2020 19:59:20 +0200 Subject: [PATCH] feat: add nexus blitz gamemode --- 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 6d28997..a82c6aa 100644 --- a/client/src/data/data.js +++ b/client/src/data/data.js @@ -68,5 +68,9 @@ export const gameModes = { 1020: { type: 'Normal', name: 'One for All' + }, + 1300: { + type: 'Normal', + name: 'Nexus Blitz' } }