From 8614d082ffcb4b496b5acc1bb4c23dc6b08b662c Mon Sep 17 00:00:00 2001 From: xen-42 Date: Mon, 5 Aug 2024 15:15:34 -0400 Subject: [PATCH] Update Main.cs --- NewHorizons/Main.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index 4df680c9..5b71202e 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -694,6 +694,8 @@ namespace NewHorizons { if (SystemDict[starSystemName].Config.GlobalMusic == null && SystemDict[starSystemName].Config.Skybox == null) SystemDict[starSystemName].Mod = mod; + if (SystemDict[starSystemName].Config.extras == null) + SystemDict[starSystemName].RelativePath = relativePath; SystemDict[starSystemName].Config.Merge(starSystemConfig); } else