Allow AreaInsert pickups for one item (#32153)

Update SharedStorageSystem.cs
This commit is contained in:
Dvir
2024-09-24 17:23:48 +03:00
committed by GitHub
parent 9d75a228c0
commit 50395e25cf

View File

@@ -453,7 +453,7 @@ public abstract class SharedStorageSystem : EntitySystem
}
//If there's only one then let's be generous
if (_entList.Count > 1)
if (_entList.Count >= 1)
{
var doAfterArgs = new DoAfterArgs(EntityManager, args.User, delay, new AreaPickupDoAfterEvent(GetNetEntityList(_entList)), uid, target: uid)
{