aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 19:43:45 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 19:43:45 +0800
commit9d1a7e4ebc4428be0e086dd4d75646294ba51f53 (patch)
tree11e8dec92d7c3bdf52faf29a890022e4dcd39a8d /features/dungeonSolvers
parent7940745eb519224a6826f2b94ab7802cf05d94b8 (diff)
downloadSoopyV2-9d1a7e4ebc4428be0e086dd4d75646294ba51f53.tar.gz
SoopyV2-9d1a7e4ebc4428be0e086dd4d75646294ba51f53.tar.bz2
SoopyV2-9d1a7e4ebc4428be0e086dd4d75646294ba51f53.zip
+make stat history gui main page less cluttered and sidebar for more graphs
+ fix streamsgui preview images being stretched sometimes
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