No more spesswind (#8059)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user