From e86f5601617b712dfe12db236fc1435ec25d91eb Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Mon, 13 Jan 2025 20:20:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Polymorph/Systems/SharedChameleonProjectorSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs b/Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs index fa62d68d5e..9f9914bca3 100644 --- a/Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs +++ b/Content.Shared/Polymorph/Systems/SharedChameleonProjectorSystem.cs @@ -37,7 +37,6 @@ public abstract class SharedChameleonProjectorSystem : EntitySystem [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedTransformSystem _xform = default!; - [Dependency] private readonly IGameTiming _gameTiming = default!; // WD public override void Initialize() { base.Initialize();