]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
troooo (#15150)
authorEmisse <99158783+Emisse@users.noreply.github.com>
Wed, 5 Apr 2023 06:10:30 +0000 (00:10 -0600)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 06:10:30 +0000 (00:10 -0600)
Content.Shared/CCVar/CCVars.cs

index 6a4059d6b6ac190dd21ebfe618da2beada7b2cdd..bed598e6bcf5d516aa1bcd41d167e966fe732076 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", false, CVar.SERVERONLY);
+            CVarDef.Create("atmos.space_wind", true, CVar.SERVERONLY);
 
         /// <summary>
         ///     Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects.