aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:36:13 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-02 17:36:13 +0800
commitf1461a7798e688ebfa0c6224688b03b67bc77659 (patch)
tree5d0b1a8b7cf4342c97aa64aa2adc4f35963a34b2
parent7d90a03b2e18472053899e3776e16e9843069575 (diff)
downloadSoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.tar.gz
SoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.tar.bz2
SoopyV2-f1461a7798e688ebfa0c6224688b03b67bc77659.zip
fixes
-rw-r--r--features/nether/index.js4
-rw-r--r--features/slayers/index.js2
2 files changed, 4 insertions, 2 deletions
diff --git a/features/nether/index.js b/features/nether/index.js
index e9a46eb..81d31e6 100644
--- a/features/nether/index.js
+++ b/features/nether/index.js
@@ -95,8 +95,8 @@ class Nether extends Feature {
this.registerChat("&r&r&r &r&cTest of Discipline &r&e&lOBJECTIVES&r", () => {
if (this.disciplineOverlay.getValue()) {
this.inDiscipline = true
- this.todoE = []
- this.todoE2 = []
+ this.todoF = []
+ this.todoF2 = []
}
})
diff --git a/features/slayers/index.js b/features/slayers/index.js
index 46fb1a6..2745e5d 100644
--- a/features/slayers/index.js
+++ b/features/slayers/index.js
@@ -295,6 +295,8 @@ class Slayers extends Feature {
if (this.slayerXpGuiElement.getValue() && this.lastSlayerType) {
this.slayerXpElement.setText(`&6${this.lastSlayerType}&7> &f${numberWithCommas(this.slayerExp[this.lastSlayerType])} XP`);
+ } else {
+ this.slayerXpElement.setText(``);
}
if (this.emanBoss && this.emanBoss.getEntity()[f.isDead]) {