Fix ambiguous Dumpable behaviour (#13736)
This commit is contained in:
@@ -316,6 +316,7 @@ namespace Content.Server.Storage.EntitySystems
|
||||
{
|
||||
if (entity == args.User
|
||||
|| !itemQuery.HasComponent(entity)
|
||||
|| !CanInsert(uid, entity, out _, storageComp)
|
||||
|| !_interactionSystem.InRangeUnobstructed(args.User, entity))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user