Revert "Try fixing ship having no marker spawned in bramble dimension"

This reverts commit fe52a13439f0bc941ac3852c4639be052b17718f.
This commit is contained in:
Nick 2023-07-19 00:08:33 -04:00
parent fe52a13439
commit e26ab0fa18

View File

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