aboutsummaryrefslogtreecommitdiff
path: root/features/dataLoader/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/dataLoader/index.js')
-rw-r--r--features/dataLoader/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dataLoader/index.js b/features/dataLoader/index.js
index c5dbb2c..6f71f08 100644
--- a/features/dataLoader/index.js
+++ b/features/dataLoader/index.js
@@ -104,6 +104,7 @@ class DataLoader extends Feature {
worldLoad() {
this.area = undefined
this.areaFine = undefined
+ this.dungeonFloor = undefined
this.loadApiData("skyblock", false)
}
@@ -190,7 +191,6 @@ class DataLoader extends Feature {
this.isInDungeon = false
}
- this.dungeonFloor = undefined
this.slayerXpToSpawn = undefined
Scoreboard.getLines().forEach(line => {
let name = ChatLib.removeFormatting(line.getName()).replace(/[^A-z0-9 \:\(\)\.]/g, "")