No more spesswind (#8059)

This commit is contained in:
T-Stalker
2022-05-09 19:35:42 -03:00
committed by GitHub
parent 4364b11e9f
commit 187494356e

View File

@@ -545,7 +545,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", true, CVar.SERVERONLY); CVarDef.Create("atmos.space_wind", false, 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.