]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Disable Space Wind (#15151)
authorEmisse <99158783+Emisse@users.noreply.github.com>
Wed, 5 Apr 2023 19:43:05 +0000 (13:43 -0600)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 19:43:05 +0000 (15:43 -0400)
Content.Shared/CCVar/CCVars.cs

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