From cad412b04655498b061dc9e87b2ea59bdca308dc Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 26 Jun 2022 17:30:50 +0800 Subject: + health and mana bars --- features/hud/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/hud') 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) { -- cgit