diff options
-rw-r--r-- | features/events/index.js | 2 | ||||
-rw-r--r-- | metadata.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/features/events/index.js b/features/events/index.js index 5190808..98ea6c8 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -150,7 +150,7 @@ class Events extends Feature { } }) - let showingWaypointsNew = (this.lastWorldChange + 5000 < Date.now() ? hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && this.loadFromParticles.getValue() : this.showingWaypoints || (hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && this.loadFromParticles.getValue())) + let showingWaypointsNew = (this.lastWorldChange + 5000 < Date.now() ? hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && (this.loadFromParticles.getValue() || this.showBurrialGuess.getValue()) : this.showingWaypoints || (hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && (this.loadFromParticles.getValue() || this.showBurrialGuess.getValue()))) this.showingWaypoints = showingWaypointsNew diff --git a/metadata.json b/metadata.json index 8e371d0..c08e939 100644 --- a/metadata.json +++ b/metadata.json @@ -5,8 +5,8 @@ "entry": "index.js", "description": "SoopyV2", "name": "SoopyV2", - "version": "2.1.71", - "versionId": 198, + "version": "2.1.72", + "versionId": 199, "requires": [ "soopyApis", "soopyAddonsData", |