Skip to content

Commit

Permalink
Makes loadout points to 20 (needs discussion)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShatteredSwords authored Aug 14, 2024
1 parent 70dade1 commit 63efd89
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 @@ -380,7 +380,7 @@ public static readonly CVarDef<bool>
/// How many points to give to each player for loadouts.
/// </summary>
public static readonly CVarDef<int> GameLoadoutsPoints =
CVarDef.Create("game.loadouts_points", 14, CVar.REPLICATED);
CVarDef.Create("game.loadouts_points", 20, CVar.REPLICATED);


/// <summary>
Expand Down

0 comments on commit 63efd89

Please sign in to comment.