Skip to content

Commit

Permalink
increase max players
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed May 3, 2024
1 parent 0e5f0d6 commit 52ef55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public static readonly CVarDef<bool>
CVarDef.Create("game.diagonalmovement", true, CVar.ARCHIVE);

public static readonly CVarDef<int> SoftMaxPlayers =
CVarDef.Create("game.soft_max_players", 30, CVar.SERVERONLY | CVar.ARCHIVE);
CVarDef.Create("game.soft_max_players", 90, CVar.SERVERONLY | CVar.ARCHIVE);

/// <summary>
/// Whether or not panic bunker is currently enabled.
Expand Down

0 comments on commit 52ef55a

Please sign in to comment.