From f15b6b06d27525e80be44512cc8554fb12b33c9d Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:49:42 +0800 Subject: start of show f3/m3 guardian hp's --- features/dataLoader/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dataLoader') 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, "") -- cgit