aboutsummaryrefslogtreecommitdiff
path: root/features/hud/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-26 17:30:50 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-06-26 17:30:50 +0800
commitcad412b04655498b061dc9e87b2ea59bdca308dc (patch)
treee174f1c11a804cf7cd5b7cad0e5df42e93d5d47e /features/hud/index.js
parent8cad8ddb2cd23fc36ebd108dc9040a5483dcbf2a (diff)
downloadSoopyV2-cad412b04655498b061dc9e87b2ea59bdca308dc.tar.gz
SoopyV2-cad412b04655498b061dc9e87b2ea59bdca308dc.tar.bz2
SoopyV2-cad412b04655498b061dc9e87b2ea59bdca308dc.zip
+ health and mana bars
Diffstat (limited to 'features/hud/index.js')
-rw-r--r--features/hud/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index 9698851..7d0d6ca 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -513,7 +513,7 @@ class Hud extends Feature {
return;
}
- this.soulflowElement.setText("&6Soulflow&7> &f" + this.numberUtils.numberWithCommas(soulflowCount))
+ this.soulflowElement.setText("&6Soulflow&7> &f" + this.numberUtils.numberWithCommas(this.lastStatData.soulflow))
}
statApiLoadThingo(data) {