## Bug fixes
- We accidentally reintroduced THE WARP BUG but now it's fixed again.
- JohnCorby is once more a mere mortal.
This commit is contained in:
Nick 2023-08-14 16:29:37 -04:00 committed by GitHub
commit 7a4bd3ee73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

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