diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-16 07:57:55 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-16 07:57:55 +0800 |
| commit | fad405ad83014a09426aaceb1ef06fd0b01b2c82 (patch) | |
| tree | 9f453b89ea54e319fb27fc4d1b47ed963de8fa81 /features/lockedFeatures | |
| parent | 3de1a8f0ca5b69ed4b4e1aa227b02932b0da38a7 (diff) | |
| download | SoopyV2-fad405ad83014a09426aaceb1ef06fd0b01b2c82.tar.gz SoopyV2-fad405ad83014a09426aaceb1ef06fd0b01b2c82.tar.bz2 SoopyV2-fad405ad83014a09426aaceb1ef06fd0b01b2c82.zip | |
changed some hud element formatting
Diffstat (limited to 'features/lockedFeatures')
| -rw-r--r-- | features/lockedFeatures/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/lockedFeatures/index.js b/features/lockedFeatures/index.js index 9314105..bea9e53 100644 --- a/features/lockedFeatures/index.js +++ b/features/lockedFeatures/index.js @@ -79,7 +79,7 @@ class LockedFeatures extends Feature { text += "§6#" + (i + 1) text += "§7 - " text += "§e" + u.username - text += "&7: §r" + numberWithCommas(Math.round(parseFloat(u.startingAmount))) + text += "&7: §f" + numberWithCommas(Math.round(parseFloat(u.startingAmount))) if (u.progress) text += " §7(" + (u.progress > 0 ? "+" : "-") + Math.abs(Math.round(u.progress)) + "/h)" text += "\n" } |
