From 920ef640a9033efecea53fb4d35b44b598a30e1f Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Fri, 12 Mar 2021 20:49:48 +0000 Subject: [PATCH] Update SectorSync.cs --- QSB/SectorSync/SectorSync.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QSB/SectorSync/SectorSync.cs b/QSB/SectorSync/SectorSync.cs index 338cd1bc..2904bfcb 100644 --- a/QSB/SectorSync/SectorSync.cs +++ b/QSB/SectorSync/SectorSync.cs @@ -88,6 +88,7 @@ namespace QSB.SectorSync .ThenBy(sector => GetRadius(sector)); if ( + // if any fake sectors are *roughly* in the same place as other sectors - we want fake sectors to override other sectors QSBSectorManager.Instance.FakeSectors.Any( x => OWMath.ApproxEquals(Vector3.Distance(x.Position, trans.position), Vector3.Distance(ordered.FirstOrDefault().Position, trans.position), 0.01f) && activeNotNullNotBlacklisted.Any(