Skip to content

Commit

Permalink
1.18.7 (#780)
Browse files Browse the repository at this point in the history
## Bug fixes
- Stop "Ship Log Updated" notification appearing whenever you changed
star system. (#779)
  • Loading branch information
xen-42 committed Feb 12, 2024
2 parents 2ad307f + 6f1bdb4 commit 671132e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NewHorizons/Patches/ShipLogPatches/ShipLogManagerPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public static bool ShipLogManager_Start(ShipLogManager __instance)
else
{
EntryLocationBuilder.InitializeLocations();
// Start method disables the ShipLogManager
// Else it thinks its meant to be waiting to post a SHIP LOG UPDATED notif (and then does so) #779
__instance.enabled = false;
return false;
}
}
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.18.6",
"version": "1.18.7",
"owmlVersion": "2.9.8",
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],
Expand Down

0 comments on commit 671132e

Please sign in to comment.