From ef7d85d28523b4a2fbffd334d1c96da77f94e497 Mon Sep 17 00:00:00 2001 From: Pgriha <133212269+Pgriha@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:58:25 +0300 Subject: [PATCH] More characters slots! (#27361) Add more character slots --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 2954cfecce..6e20a7dc20 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -177,7 +177,7 @@ namespace Content.Shared.CCVar /// Controls the maximum number of character slots a player is allowed to have. /// public static readonly CVarDef - GameMaxCharacterSlots = CVarDef.Create("game.maxcharacterslots", 10, CVar.ARCHIVE | CVar.SERVERONLY); + GameMaxCharacterSlots = CVarDef.Create("game.maxcharacterslots", 30, CVar.ARCHIVE | CVar.SERVERONLY); /// /// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps. -- 2.52.0