## Bug fixes

- Actually fix Band Together for real
This commit is contained in:
xen-42 2024-10-08 19:58:11 -04:00 committed by GitHub
commit 14a8b87891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,6 @@ using NewHorizons.Utility;
using NewHorizons.Utility.OWML;
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
namespace NewHorizons.Handlers;

View File

@ -75,8 +75,7 @@ namespace NewHorizons.Patches.EchoesOfTheEyePatches
}
else
{
var departureAO = dreamCampfire.GetComponentInParent<AstroObject>();
__instance._planetBody = departureAO.GetAttachedOWRigidbody();
__instance._planetBody = dreamCampfire.GetAttachedOWRigidbody();
__instance._ringWorldController = null;
}

View File

@ -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" ],