Update SharedStorageSystem.cs

This commit is contained in:
Ed
2024-06-04 18:14:53 +03:00
parent b891542ca9
commit 7f8e47b843

View File

@@ -357,7 +357,7 @@ public abstract class SharedStorageSystem : EntitySystem
if (HasComp<PlaceableSurfaceComponent>(uid))
return;
if (storageComp.CP14Ignorelist != null && storageComp.CP14Ignorelist.IsValid(args.Used))
if (storageComp.CP14Ignorelist != null && _whitelistSystem.IsWhitelistFail(storageComp.CP14Ignorelist, args.Used))
{
return;
}