Skip to content

Commit

Permalink
ну нафиг вас
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 20, 2024
1 parent 76932ff commit d94e7d9
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 @@ -436,7 +436,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", "LPPSecret", CVar.SERVERONLY);
CVarDef.Create("game.secret_weight_prototype", "Secret", 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 d94e7d9

Please sign in to comment.