diff options
Diffstat (limited to 'features/dataLoader')
-rw-r--r-- | features/dataLoader/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/dataLoader/index.js b/features/dataLoader/index.js index 42d0ec5..e24c34c 100644 --- a/features/dataLoader/index.js +++ b/features/dataLoader/index.js @@ -78,7 +78,7 @@ class DataLoader extends Feature { } }) } - + if(this.stats["Dungeon"]){ this.stats["Area"] = this.stats["Dungeon"] this.isInDungeon = true @@ -105,7 +105,7 @@ class DataLoader extends Feature { } }) - this.isInSkyblock = Scoreboard.getTitle()?.removeFormatting().endsWith("SKYBLOCK") + this.isInSkyblock = Scoreboard.getTitle()?.removeFormatting().includes("SKYBLOCK") this.area = this.stats["Area"] } |