Fix moving items dropping them on the ground for a tick

This commit is contained in:
ShadowCommander
2021-05-08 17:19:32 -07:00
parent a749d95f97
commit 7c42a5d305

View File

@@ -670,11 +670,6 @@ namespace Content.Server.GameObjects.Components.GUI
else else
{ {
var entity = hand.Entity; var entity = hand.Entity;
if (!Drop(entity))
{
break;
}
interactionSystem.Interaction(Owner, entity); interactionSystem.Interaction(Owner, entity);
} }
} }