diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs index f41fa2b22d2c..d978b45c1ce1 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs @@ -211,6 +211,7 @@ private void OnInteractUsing(EntityUid uid, ItemSlotsComponent itemSlots, Intera continue; slots.Add(slot); + break; //ss220 WhitelistFailPopup bugfix https://github.com/SerbiaStrong-220/space-station-14/pull/1702 } if (slots.Count == 0)