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