diff --git a/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs b/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs index e4169fc087..d0ba6b36bc 100644 --- a/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs +++ b/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs @@ -87,6 +87,7 @@ namespace Content.Server.GameObjects slot.Remove(entity); } } + Dirty(); } public ItemComponent GetHand(string index)