Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jul 19, 2024
1 parent 9e57377 commit 4cf6603
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 @@ -2260,7 +2260,7 @@ public static readonly CVarDef<float>
/// Whether height & width sliders adjust a player's max view distance
/// </summary>
public static readonly CVarDef<bool> HeightAdjustModifiesZoom =
CVarDef.Create("heightadjust.modifies_zoom", true, CVar.SERVERONLY);
CVarDef.Create("heightadjust.modifies_zoom", false, CVar.SERVERONLY);

/// <summary>
/// Enables station goals
Expand Down

0 comments on commit 4cf6603

Please sign in to comment.