Skip to content

Commit

Permalink
так то лучше
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 7, 2024
1 parent 35c6b29 commit fad023a
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 @@ -428,7 +428,7 @@ public static readonly CVarDef<bool>
/// The prototype to use for secret weights.
/// </summary>
public static readonly CVarDef<string> SecretWeightPrototype =
CVarDef.Create("game.secret_weight_prototype", "Secret", CVar.SERVERONLY);
CVarDef.Create("game.secret_weight_prototype", "LPPSecret", CVar.SERVERONLY);

/// <summary>
/// The id of the sound collection to randomly choose a sound from and play when the round ends.
Expand Down

0 comments on commit fad023a

Please sign in to comment.