aboutsummaryrefslogtreecommitdiff
path: root/features/lockedFeatures
diff options
context:
space:
mode:
Diffstat (limited to 'features/lockedFeatures')
-rw-r--r--features/lockedFeatures/index.js2
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"
}