diff --git a/NewHorizons/Patches/ShipLogPatches/ShipLogManagerPatches.cs b/NewHorizons/Patches/ShipLogPatches/ShipLogManagerPatches.cs index 1f684e7c..12a37e8e 100644 --- a/NewHorizons/Patches/ShipLogPatches/ShipLogManagerPatches.cs +++ b/NewHorizons/Patches/ShipLogPatches/ShipLogManagerPatches.cs @@ -29,7 +29,7 @@ namespace NewHorizons.Patches.ShipLogPatches NHLogger.Log($"Beginning Ship Log Generation For: {currentStarSystem}"); - if (currentStarSystem != "SolarSystem") + if (currentStarSystem != "SolarSystem" && currentStarSystem != "EyeOfTheUniverse") { __instance._shipLogXmlAssets = new TextAsset[] { }; foreach (ShipLogEntryLocation logEntryLocation in Object.FindObjectsOfType()) @@ -127,4 +127,4 @@ namespace NewHorizons.Patches.ShipLogPatches } } } -} \ No newline at end of file +}