mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
1.14.5 (#698)
## 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:
commit
7a4bd3ee73
@ -84,6 +84,9 @@ namespace NewHorizons.Handlers
|
|||||||
|
|
||||||
// Since we didn't call RemoveBody on the Stranger have to call this here
|
// Since we didn't call RemoveBody on the Stranger have to call this here
|
||||||
StrangerRemoved();
|
StrangerRemoved();
|
||||||
|
|
||||||
|
// Don't forget to fix THE WARP BUG
|
||||||
|
DisableBody(SearchUtilities.Find("StreamingGroup_TH"), true);
|
||||||
}, 2); // Have to wait or shit goes wild
|
}, 2); // Have to wait or shit goes wild
|
||||||
|
|
||||||
foreach (var streamingAssetBundle in StreamingManager.s_activeBundles)
|
foreach (var streamingAssetBundle in StreamingManager.s_activeBundles)
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book",
|
"author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book",
|
||||||
"name": "New Horizons",
|
"name": "New Horizons",
|
||||||
"uniqueName": "xen.NewHorizons",
|
"uniqueName": "xen.NewHorizons",
|
||||||
"version": "1.14.4",
|
"version": "1.14.5",
|
||||||
"owmlVersion": "2.9.3",
|
"owmlVersion": "2.9.3",
|
||||||
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
|
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
|
||||||
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],
|
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user