From a0bd846d98cab30527d0ee15e2dcfcbdc8609ab7 Mon Sep 17 00:00:00 2001 From: JunJun Date: Mon, 20 Oct 2025 12:58:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B0=D0=B2=D1=82=D0=BE=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BF?= =?UTF-8?q?=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=D0=B0=20=D0=BA=D1=80=D1=8B=D1=88?= =?UTF-8?q?=D0=B8=20(#323)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/Shuttles/Systems/ShuttleSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.cs index cea7fbfc09..4fc65243bc 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.cs @@ -104,7 +104,7 @@ public sealed partial class ShuttleSystem : SharedShuttleSystem return; EnsureComp(ev.EntityUid); - EnsureComp(ev.EntityUid); + // EnsureComp(ev.EntityUid); Corvax-WL-Roof-On-Grids-Remove } private void OnShuttleStartup(EntityUid uid, ShuttleComponent component, ComponentStartup args)