aboutsummaryrefslogtreecommitdiff
path: root/features/waypoints/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-11 21:12:47 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-11 21:12:47 +0800
commit0dd404208fc066dcb3f826c7c2f558a9bcc27725 (patch)
tree66ae61dd336d41eaa7fd5475c34b5c95e0110ebd /features/waypoints/index.js
parent63eed7a20a769f1188eda92ed26b44c293b038cc (diff)
downloadSoopyV2-0dd404208fc066dcb3f826c7c2f558a9bcc27725.tar.gz
SoopyV2-0dd404208fc066dcb3f826c7c2f558a9bcc27725.tar.bz2
SoopyV2-0dd404208fc066dcb3f826c7c2f558a9bcc27725.zip
+ fix ch waypoints showing when not in ch
Diffstat (limited to 'features/waypoints/index.js')
-rw-r--r--features/waypoints/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/waypoints/index.js b/features/waypoints/index.js
index 2a064b3..043b6b8 100644
--- a/features/waypoints/index.js
+++ b/features/waypoints/index.js
@@ -240,6 +240,7 @@ class Waypoints extends Feature {
this.registerEvent("renderWorld", () => {
if (!this.mineWaypointsSetting.getValue()) return
+ if (this.FeatureManager.features["dataLoader"].class.area !== "Crystal Hollows") return
Object.values(this.locations).forEach(item => {
if (!item) return;
item.forEach(loc => {