Skip to content

Commit

Permalink
Легендарный откат ветра
Browse files Browse the repository at this point in the history
  • Loading branch information
KashRas2 authored Dec 6, 2024
1 parent a4e748d commit f785537
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 @@ -1156,7 +1156,7 @@ public static readonly CVarDef<bool>
/// Whether gas differences will move entities.
/// </summary>
public static readonly CVarDef<bool> SpaceWind =
CVarDef.Create("atmos.space_wind", true, CVar.SERVERONLY); ///ADT
CVarDef.Create("atmos.space_wind", false, CVar.SERVERONLY);

/// <summary>
/// Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects.
Expand Down

0 comments on commit f785537

Please sign in to comment.