From a746343525c547694f160398fcc98551742b06eb Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 21 Jul 2022 19:49:43 +0800 Subject: fix scuffed text --- features/hud/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/hud/index.js b/features/hud/index.js index 0f16e80..61bc687 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -548,7 +548,7 @@ class Hud extends Feature { } }) - let text = `&6${dragonType} Dragon &7(&f${addNotation("oneLetters", dragonHealth, "&7")} HP)` + let text = `&6${dragonType} Dragon &7(&f${addNotation("oneLetters", dragonHealth, "&7")}&7 HP)` damages.sort((a, b) => b[1] - a[1]).forEach(d => { text += `\n&7- &f${d[0]}&7: &f${addNotation("oneLetters", d[1], "&7")}` -- cgit