mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
also check if did warp
This commit is contained in:
parent
c768ff4dcd
commit
3ae5d2bb87
@ -41,7 +41,7 @@ namespace NewHorizons.Handlers
|
||||
{
|
||||
var vesselConfig = SystemDict[Instance.CurrentStarSystem].Config?.Vessel;
|
||||
var shouldSpawnOnVessel = IsVesselPresent() && (vesselConfig?.spawnOnVessel ?? false);
|
||||
return !Instance.IsWarpingFromShip && (Instance.IsWarpingFromVessel || shouldSpawnOnVessel);
|
||||
return !Instance.IsWarpingFromShip && (Instance.IsWarpingFromVessel || Instance.DidWarpFromVessel || shouldSpawnOnVessel);
|
||||
}
|
||||
|
||||
public static void LoadVessel()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user