From f785537272306375d07f93386a9189bbfa4efbdd Mon Sep 17 00:00:00 2001 From: KashRas2 <140270505+KashRas2@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:13:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B5=D0=B3=D0=B5=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D0=BD=D1=8B=D0=B9=20=D0=BE=D1=82=D0=BA=D0=B0=D1=82=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 44b84a4cd16..fe34caae123 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1156,7 +1156,7 @@ public static readonly CVarDef /// Whether gas differences will move entities. /// public static readonly CVarDef SpaceWind = - CVarDef.Create("atmos.space_wind", true, CVar.SERVERONLY); ///ADT + CVarDef.Create("atmos.space_wind", false, CVar.SERVERONLY); /// /// Divisor from maxForce (pressureDifference * 2.25f) to force applied on objects.