Skip to content

Commit

Permalink
Update CCVars.Tips.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril authored Jan 28, 2025
1 parent a67ef0a commit 6d833ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/CCVar/CCVars.Tips.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public sealed partial class CCVars
/// Whether tips being shown is enabled at all.
/// </summary>
public static readonly CVarDef<bool> TipsEnabled =
CVarDef.Create("tips.enabled", true);
CVarDef.Create("tips.enabled", false);

/// <summary>
/// The dataset prototype to use when selecting a random tip.
Expand Down Expand Up @@ -36,5 +36,5 @@ public sealed partial class CCVars
/// The chance for Tippy to replace a normal tip message.
/// </summary>
public static readonly CVarDef<float> TipsTippyChance =
CVarDef.Create("tips.tippy_chance", 0.01f);
CVarDef.Create("tips.tippy_chance", 0f);
}

0 comments on commit 6d833ea

Please sign in to comment.