Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jun 1, 2024
1 parent da57c22 commit 0794380
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 @@ -1107,7 +1107,7 @@ public static readonly CVarDef<bool>
/// And maybe do your part to fix that? :)
/// </remarks>
public static readonly CVarDef<float> SpaceWindMinimumCalculatedMass =
CVarDef.Create("atmos.space_wind_minimum_calculated_mass", 6f, CVar.SERVERONLY);
CVarDef.Create("atmos.space_wind_minimum_calculated_mass", 10f, CVar.SERVERONLY);

/// <summary>
/// Calculated as 1/Mass, where Mass is the physics.Mass of the desired threshold.
Expand Down

0 comments on commit 0794380

Please sign in to comment.