diff --git a/NewHorizons/Patches/EchoesOfTheEyePatches/DreamworldControllerPatches.cs b/NewHorizons/Patches/EchoesOfTheEyePatches/DreamworldControllerPatches.cs index ded7f3d5..3d37b4b2 100644 --- a/NewHorizons/Patches/EchoesOfTheEyePatches/DreamworldControllerPatches.cs +++ b/NewHorizons/Patches/EchoesOfTheEyePatches/DreamworldControllerPatches.cs @@ -75,8 +75,7 @@ namespace NewHorizons.Patches.EchoesOfTheEyePatches } else { - var departureAO = dreamCampfire.GetComponentInParent(); - __instance._planetBody = departureAO.GetAttachedOWRigidbody(); + __instance._planetBody = dreamCampfire.GetAttachedOWRigidbody(); __instance._ringWorldController = null; } diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index d0f8f94d..2581a2bb 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,7 +4,7 @@ "author": "xen, Bwc9876, JohnCorby, MegaPiggy, Trifid, and friends", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.23.1", + "version": "1.23.2", "owmlVersion": "2.12.1", "dependencies": [ "JohnCorby.VanillaFix", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "PacificEngine.OW_CommonResources" ],