This commit is contained in:
Emisse
2023-04-05 00:10:30 -06:00
committed by GitHub
parent acbbd057b4
commit 8d126acd35

View File

@@ -767,7 +767,7 @@ namespace Content.Shared.CCVar
/// Whether gas differences will move entities. /// Whether gas differences will move entities.
/// </summary> /// </summary>
public static readonly CVarDef<bool> SpaceWind = public static readonly CVarDef<bool> SpaceWind =
CVarDef.Create("atmos.space_wind", false, CVar.SERVERONLY); CVarDef.Create("atmos.space_wind", true, CVar.SERVERONLY);
/// <summary> /// <summary>
/// Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects. /// Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects.