This commit is contained in:
JohnCorby 2023-06-22 00:12:18 -07:00
parent 7963bb7bc1
commit f23c7924ec

View File

@ -256,6 +256,7 @@ namespace NewHorizons.Builder.Props
else if(component is SectoredMonoBehaviour behaviour) else if(component is SectoredMonoBehaviour behaviour)
{ {
// not using SetSector here because it registers the events twice // not using SetSector here because it registers the events twice
// perhaps this happens with ISectorGroup.SetSector or Sector.SetParentSector too? idk and nothing seems to break because of it yet
behaviour._sector = sector; behaviour._sector = sector;
} }