mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix travel audio in vanilla solar system
This commit is contained in:
parent
ad55acfe3d
commit
a1c194ebd9
@ -388,6 +388,8 @@ namespace NewHorizons
|
||||
|
||||
if (SystemDict.ContainsKey(name))
|
||||
{
|
||||
if (string.IsNullOrEmpty(SystemDict[name].Config.travelAudio))
|
||||
SystemDict[name].Mod = mod;
|
||||
SystemDict[name].Config.Merge(starSystemConfig);
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user