mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update system relative path only when doing extras stuff (#928)
This commit is contained in:
commit
6deb1aa58a
@ -696,6 +696,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user