chat commands: format lp score

This commit is contained in:
Adam
2020-11-09 12:37:33 -05:00
parent 4f3d57d739
commit 51d105a30b

View File

@@ -1311,7 +1311,7 @@ public class ChatCommandsPlugin extends Plugin
.append(minigame.getName())
.append(" Score: ")
.append(ChatColorType.HIGHLIGHT)
.append(Integer.toString(score));
.append(String.format("%,d", score));
int rank = hiscoreSkill.getRank();
if (rank != -1)