From aae7afc26bc9c87ee2101421b4dbe3a69100eba8 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 14 Aug 2023 16:20:45 -0400 Subject: [PATCH] Fix the warp bug again --- NewHorizons/Handlers/PlanetDestructionHandler.cs | 3 +++ NewHorizons/manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Handlers/PlanetDestructionHandler.cs b/NewHorizons/Handlers/PlanetDestructionHandler.cs index bf683b91..e8377893 100644 --- a/NewHorizons/Handlers/PlanetDestructionHandler.cs +++ b/NewHorizons/Handlers/PlanetDestructionHandler.cs @@ -84,6 +84,9 @@ namespace NewHorizons.Handlers // Since we didn't call RemoveBody on the Stranger have to call this here StrangerRemoved(); + + // Don't forget to fix THE WARP BUG + DisableBody(SearchUtilities.Find("StreamingGroup_TH"), true); }, 2); // Have to wait or shit goes wild foreach (var streamingAssetBundle in StreamingManager.s_activeBundles) diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index a37a3905..b4f2e7ed 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,7 +4,7 @@ "author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.14.4", + "version": "1.14.5", "owmlVersion": "2.9.3", "dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],