Bluespace lockers fix fix (#13579)
This commit is contained in:
@@ -244,7 +244,7 @@ public sealed class BluespaceLockerSystem : EntitySystem
|
|||||||
// If there are no possible link targets and no links, return null
|
// If there are no possible link targets and no links, return null
|
||||||
if (component.BluespaceLinks.Count == 0)
|
if (component.BluespaceLinks.Count == 0)
|
||||||
{
|
{
|
||||||
if (component.MinBluespaceLinks == 0 && init)
|
if (component.MinBluespaceLinks == 0 && !init)
|
||||||
RemComp<BluespaceLockerComponent>(lockerUid);
|
RemComp<BluespaceLockerComponent>(lockerUid);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user