mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
direct add
This commit is contained in:
parent
e1c4335dc9
commit
d9b51fa5a8
@ -520,7 +520,7 @@ namespace NewHorizons.Handlers
|
|||||||
if (parentSector != null && parentSector != this)
|
if (parentSector != null && parentSector != this)
|
||||||
{
|
{
|
||||||
_parentSector = parentSector;
|
_parentSector = parentSector;
|
||||||
_parentSector.AddSubsector(this);
|
_parentSector._subsectors.SafeAdd(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user