diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-30 13:57:52 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-30 13:57:52 +0800 |
commit | 527295c52ac1560ce270e4da00742fe33ffbd7a1 (patch) | |
tree | 15b04f62e8babf62fba0a009f78efd02efd9e96b | |
parent | 1e25b92fe2a47644ca6a25a25976d89a5c7a6e8c (diff) | |
download | SoopyV2-527295c52ac1560ce270e4da00742fe33ffbd7a1.tar.gz SoopyV2-527295c52ac1560ce270e4da00742fe33ffbd7a1.tar.bz2 SoopyV2-527295c52ac1560ce270e4da00742fe33ffbd7a1.zip |
Make doing /l /play sb load in diana waypoints much faster
-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 6e12d9f..85df364 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -147,7 +147,7 @@ class Events extends Feature { } }) - let showingWaypointsNew = (this.lastWorldChange+5000<Date.now()?hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && this.burrialWaypointsEnabled.getValue():this.showingWaypoints) + let showingWaypointsNew = (this.lastWorldChange+5000<Date.now()?hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && this.burrialWaypointsEnabled.getValue():this.showingWaypoints || (hasDianaShovle && this.FeatureManager.features["dataLoader"].class.area === "Hub" && this.burrialWaypointsEnabled.getValue())) if(!this.showingWaypoints && showingWaypointsNew){ this.loadApi() diff --git a/metadata.json b/metadata.json index 92f6e6e..fe1c926 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "entry": "index.js", "description": "Soopy addons v2", "name": "SoopyV2", - "version": "2.1.43", - "versionId": 170, + "version": "2.1.44", + "versionId": 171, "requires": ["soopyApis", "soopyAddonsData", "CustomTabCompletions", "guimanager", "mappings"] } |