diff --git a/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs b/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs index ea4b5e1d06..9feeaa168c 100644 --- a/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs +++ b/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs @@ -244,7 +244,7 @@ public sealed class BluespaceLockerSystem : EntitySystem // If there are no possible link targets and no links, return null if (component.BluespaceLinks.Count == 0) { - if (component.MinBluespaceLinks == 0 && init) + if (component.MinBluespaceLinks == 0 && !init) RemComp(lockerUid); return null;