Skip to content

Commit

Permalink
1.14.5 (#698)
Browse files Browse the repository at this point in the history
## Bug fixes
- We accidentally reintroduced THE WARP BUG but now it's fixed again.
- JohnCorby is once more a mere mortal.
  • Loading branch information
xen-42 committed Aug 14, 2023
2 parents 3f9e65a + aae7afc commit 7a4bd3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NewHorizons/Handlers/PlanetDestructionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ public static void RemoveSolarSystem()
// 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)
Expand Down
2 changes: 1 addition & 1 deletion NewHorizons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 7a4bd3e

Please sign in to comment.