From 5ed135c7961908337433b788c2901ff5b3e30d13 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 29 Jun 2026 10:21:38 -0500 Subject: [PATCH] lol --- .../Storage/EntitySystems/SharedEntityStorageSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs index 93a534843a0..9864c1d0999 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, false)) // DeltaV - Prevent HTNOperators from failing tests return false; if (!HasComp(user))