From 9aff5818595044d911cdb1c8dbccbdf8c261e795 Mon Sep 17 00:00:00 2001 From: RavMorgan <48182970+RavMorgan@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:57:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BB=D0=B1=D0=B0=D0=B5=D0=B1=20(#?= =?UTF-8?q?404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mona Hmiza <> --- Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs index d87d195122..8d3a03dd15 100644 --- a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs +++ b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs @@ -67,10 +67,6 @@ public abstract partial class SharedHandsSystem if (checkActionBlocker && !_actionBlocker.CanDrop(uid)) return false; - // WD edit - if (HasComp(hand.HeldEntity) && TryComp(uid, out var sharedPullerComponent) && sharedPullerComponent.Pulling == null) - return false; - return true; }