diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 28e11dab2c..a50634ef62 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -428,7 +428,7 @@ public static readonly CVarDef /// The prototype to use for secret weights. /// public static readonly CVarDef SecretWeightPrototype = - CVarDef.Create("game.secret_weight_prototype", "Secret", CVar.SERVERONLY); + CVarDef.Create("game.secret_weight_prototype", "LPPSecret", CVar.SERVERONLY); /// /// The id of the sound collection to randomly choose a sound from and play when the round ends.