aboutsummaryrefslogtreecommitdiff
path: root/features/slayers
diff options
context:
space:
mode:
Diffstat (limited to 'features/slayers')
-rw-r--r--features/slayers/index.js2
1 files changed, 2 insertions, 0 deletions
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]) {