mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Revert "Try fixing ship having no marker spawned in bramble dimension"
This reverts commit fe52a13439f0bc941ac3852c4639be052b17718f.
This commit is contained in:
parent
fe52a13439
commit
e26ab0fa18
@ -65,13 +65,6 @@ namespace NewHorizons.Builder.General
|
||||
}
|
||||
|
||||
ship.GetRequiredComponent<MatchInitialMotion>().SetBodyToMatch(owRigidBody);
|
||||
|
||||
// Might fix #648
|
||||
var fogWarpVolume = planetGO.GetComponentInChildren<OuterFogWarpVolume>();
|
||||
if (fogWarpVolume != null)
|
||||
{
|
||||
ship.GetComponentInChildren<FogWarpDetector>().TrackFogWarpVolume(fogWarpVolume);
|
||||
}
|
||||
}
|
||||
spawnGO.SetActive(true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user