diff --git a/NewHorizons/Handlers/VesselWarpHandler.cs b/NewHorizons/Handlers/VesselWarpHandler.cs index 619bf1a0..16a336d5 100644 --- a/NewHorizons/Handlers/VesselWarpHandler.cs +++ b/NewHorizons/Handlers/VesselWarpHandler.cs @@ -133,7 +133,7 @@ namespace NewHorizons.Handlers vesselWarpController._targetWarpPlatform.transform.localPosition = system.Config.warpExitPosition; if (system.Config.warpExitRotation != null) - vesselObject.transform.localEulerAngles = system.Config.warpExitRotation; + vesselWarpController._targetWarpPlatform.transform.localEulerAngles = system.Config.warpExitRotation; vesselObject.GetComponent()._labelID = (UITextType)TranslationHandler.AddUI("VESSEL");