From 308c5be1fc4609dd147b3a0b6bdb807d511be404 Mon Sep 17 00:00:00 2001 From: "FEDOR\\fedor" Date: Sun, 23 Jun 2024 08:40:22 -0700 Subject: [PATCH] Removed misleading rotation that doesn't work The game now only shows that solos are available and this will stop misleading players. --- client/index.html | 2 +- server/src/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.html b/client/index.html index 4c5ed79a3..f5449d4a6 100644 --- a/client/index.html +++ b/client/index.html @@ -199,7 +199,7 @@

diff --git a/server/src/config.ts b/server/src/config.ts index 3394dec6d..fc9280ab3 100644 --- a/server/src/config.ts +++ b/server/src/config.ts @@ -38,7 +38,7 @@ export const Config = { censorUsernames: true, - maxTeamSize: TeamSize.Squad, + maxTeamSize: TeamSize.Solo, roles: { "developr": { password: "developr", isDev: true },