mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge new settings
This commit is contained in:
parent
174500a19d
commit
0f9fd7e1b5
@ -279,6 +279,8 @@ namespace NewHorizons.External.Configs
|
||||
{
|
||||
Vessel.spawnOnVessel = Vessel.spawnOnVessel || otherConfig.Vessel.spawnOnVessel;
|
||||
Vessel.alwaysPresent = Vessel.alwaysPresent || otherConfig.Vessel.alwaysPresent;
|
||||
Vessel.hasPhysics = Vessel.hasPhysics ?? otherConfig.Vessel.hasPhysics;
|
||||
Vessel.hasZeroGravityVolume = Vessel.hasZeroGravityVolume ?? otherConfig.Vessel.hasZeroGravityVolume;
|
||||
}
|
||||
Vessel = Vessel == null ? otherConfig.Vessel : Vessel;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user