From f1461a7798e688ebfa0c6224688b03b67bc77659 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:36:13 +0800 Subject: fixes --- features/slayers/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/slayers') 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]) { -- cgit