Fix typo breaking ship spawns

This commit is contained in:
Joshua Thome 2023-03-20 23:46:23 -05:00
parent 325303d947
commit ced1c5e308

View File

@ -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)
{ {