Skip to content

Commit

Permalink
WhitelistFailPopup bugfix (#1702)
Browse files Browse the repository at this point in the history
* Update ItemSlotsSystem.cs

* add comment
  • Loading branch information
FunTust authored Aug 31, 2024
1 parent 67710c2 commit 7abe5db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7abe5db

Please sign in to comment.