Skip to content

Commit

Permalink
Update SharedStorageSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Sep 14, 2024
1 parent 4e48889 commit afbab7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ private void AfterInteract(EntityUid uid, StorageComponent storageComp, AfterInt
}

//If there's only one then let's be generous
if (_entList.Count >= 1) // Frontier: > to >=
if (_entList.Count >= 1)
{
var doAfterArgs = new DoAfterArgs(EntityManager, args.User, delay, new AreaPickupDoAfterEvent(GetNetEntityList(_entList)), uid, target: uid)
{
Expand Down

0 comments on commit afbab7c

Please sign in to comment.