diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 3d65513d..f9600c0a 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -481,7 +481,7 @@ namespace NewHorizons // Fix moon vanilla sector components (they were set to their primaries' sectors) VanillaStreamingFix.UnparentSectorStreaming(SearchUtilities.Find("Moon_Body/Sector_THM").GetComponent(), AstroObject.Name.TimberHearth); - VanillaStreamingFix.UnparentSectorStreaming(SearchUtilities.Find("VolcanicMoon_Body/Sector_VM").GetComponent(), AstroObject.Name.TimberHearth); + VanillaStreamingFix.UnparentSectorStreaming(SearchUtilities.Find("VolcanicMoon_Body/Sector_VM").GetComponent(), AstroObject.Name.BrittleHollow); //Fix brittle hollow north pole projection platform var northPoleSurface = SearchUtilities.Find("BrittleHollow_Body/Sector_BH/Sector_NorthHemisphere/Sector_NorthPole/Sector_NorthPoleSurface").GetComponent();