aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r--features/dungeonSolvers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js
index 6454116..be405e4 100644
--- a/features/dungeonSolvers/index.js
+++ b/features/dungeonSolvers/index.js
@@ -324,7 +324,7 @@ class DungeonSolvers extends Feature {
step_5min() {
this.ezpz = false
- if (!data.success) return
+ if (!this.FeatureManager.features["dataLoader"].class.mayorData) return
if (this.FeatureManager.features["dataLoader"].class.mayorData.mayor.name === "Paul") {
if (this.FeatureManager.features["dataLoader"].class.currentMayorPerks.has("EZPZ")) {
this.ezpz = true