mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix typo breaking ship spawns
This commit is contained in:
parent
325303d947
commit
ced1c5e308
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
2
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -510,7 +510,7 @@ namespace NewHorizons.External.Configs
|
|||||||
}
|
}
|
||||||
if (Spawn?.shipSpawn != null && Spawn.shipSpawn.rotation == null && !Spawn.shipSpawn.alignRadial.HasValue)
|
if (Spawn?.shipSpawn != null && Spawn.shipSpawn.rotation == null && !Spawn.shipSpawn.alignRadial.HasValue)
|
||||||
{
|
{
|
||||||
Spawn.playerSpawn.alignRadial = true;
|
Spawn.shipSpawn.alignRadial = true;
|
||||||
}
|
}
|
||||||
if (Props?.details != null)
|
if (Props?.details != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user