From 7abe5db50a297f7aa0845ee984814824dd4267be Mon Sep 17 00:00:00 2001 From: FunTust <49007663+FunTust@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:12:36 +0300 Subject: [PATCH] WhitelistFailPopup bugfix (#1702) * Update ItemSlotsSystem.cs * add comment --- Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs index f41fa2b22d2c53..d978b45c1ce156 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)