diff options
Diffstat (limited to 'features/waypoints')
-rw-r--r-- | features/waypoints/index.js | 1 |
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 => { |