mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Check for no skybox too
This commit is contained in:
parent
70dbc99e14
commit
48a25b9814
@ -405,7 +405,7 @@ namespace NewHorizons
|
||||
|
||||
if (SystemDict.ContainsKey(name))
|
||||
{
|
||||
if (string.IsNullOrEmpty(SystemDict[name].Config.travelAudio))
|
||||
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