Add one more log Misisng

This commit is contained in:
Coryler 2026-06-25 19:29:53 +02:00
parent 0bfdc24673
commit 78ee68e600
1 changed files with 1 additions and 1 deletions

View File

@ -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<HandsComponent>(user))