diff --git a/Content.Server/GameObjects/Components/GUI/HandsComponent.cs b/Content.Server/GameObjects/Components/GUI/HandsComponent.cs index 624dd60dbf..244fc0a7ff 100644 --- a/Content.Server/GameObjects/Components/GUI/HandsComponent.cs +++ b/Content.Server/GameObjects/Components/GUI/HandsComponent.cs @@ -670,11 +670,6 @@ namespace Content.Server.GameObjects.Components.GUI else { var entity = hand.Entity; - if (!Drop(entity)) - { - break; - } - interactionSystem.Interaction(Owner, entity); } }