Allow AreaInsert pickups for one item (#32153)
Update SharedStorageSystem.cs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user