## Bug fixes
- Stop "Ship Log Updated" notification appearing whenever you changed
star system. (#779)
This commit is contained in:
xen-42 2024-02-12 16:25:51 -05:00 committed by GitHub
commit 671132ec3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -123,6 +123,9 @@ namespace NewHorizons.Patches.ShipLogPatches
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;
}
}

View File

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