mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
and instead of or
This commit is contained in:
parent
48a25b9814
commit
6e1480cbc4
@ -405,7 +405,7 @@ namespace NewHorizons
|
||||
|
||||
if (SystemDict.ContainsKey(name))
|
||||
{
|
||||
if (string.IsNullOrEmpty(SystemDict[name].Config.travelAudio) || SystemDict[name].Config.Skybox == null)
|
||||
if (string.IsNullOrEmpty(SystemDict[name].Config.travelAudio) && SystemDict[name].Config.Skybox == null)
|
||||
SystemDict[name].Mod = mod;
|
||||
SystemDict[name].Config.Merge(starSystemConfig);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user