This commit is contained in:
Emisse
2023-06-29 03:14:46 -06:00
committed by GitHub
parent c116fac416
commit dd17ac1b3b

View File

@@ -813,7 +813,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.