diff --git a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs index 93a534843a0..965724f8122 100644 --- a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs @@ -415,7 +415,7 @@ public abstract class SharedEntityStorageSystem : EntitySystem public bool CanOpen(EntityUid user, EntityUid target, bool silent = false, EntityStorageComponent? component = null) { - if (!Resolve(target, ref component)) + if (!Resolve(target, ref component, logMissing: false)) // Delta V - Add logMissing due to our ArenaMobs in crates attempting to open people return false; if (!HasComp(user))