More characters slots! (#27361)
Add more character slots (cherry picked from commit ef7d85d28523b4a2fbffd334d1c96da77f94e497)
This commit is contained in:
parent
b2e5ff691a
commit
17cdb45d44
|
|
@ -177,7 +177,7 @@ namespace Content.Shared.CCVar
|
|||
/// Controls the maximum number of character slots a player is allowed to have.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<int>
|
||||
GameMaxCharacterSlots = CVarDef.Create("game.maxcharacterslots", 10, CVar.ARCHIVE | CVar.SERVERONLY);
|
||||
GameMaxCharacterSlots = CVarDef.Create("game.maxcharacterslots", 30, CVar.ARCHIVE | CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Controls the game map prototype to load. SS14 stores these prototypes in Prototypes/Maps.
|
||||
|
|
|
|||
Loading…
Reference in New Issue