mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
1.18.7 (#780)
## Bug fixes - Stop "Ship Log Updated" notification appearing whenever you changed star system. (#779)
This commit is contained in:
commit
671132ec3d
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user