fixed stats command
This commit is contained in:
parent
31b18a98c9
commit
9f65250771
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public class StatsCommand extends SubCommand {
|
||||||
.append(Component.text(String.valueOf(totalWonMonth), NamedTextColor.GREEN))
|
.append(Component.text(String.valueOf(totalWonMonth), NamedTextColor.GREEN))
|
||||||
.append(Component.text(" "))
|
.append(Component.text(" "))
|
||||||
.append(createLangComponent("data.player.outof", NamedTextColor.GREEN))
|
.append(createLangComponent("data.player.outof", NamedTextColor.GREEN))
|
||||||
.append(Component.text(" " + totalSize + " (" + MinecleanerStringUtil.percentageString(totalWonMonth, totalSizeMonth) + ")", NamedTextColor.GREEN)));
|
.append(Component.text(" " + totalSizeMonth + " (" + MinecleanerStringUtil.percentageString(totalWonMonth, totalSizeMonth) + ")", NamedTextColor.GREEN)));
|
||||||
|
|
||||||
Integer time = data.getBestTime(e.getKey());
|
Integer time = data.getBestTime(e.getKey());
|
||||||
Integer timeThisMonth = data.getBestTimeThisMonth(e.getKey());
|
Integer timeThisMonth = data.getBestTimeThisMonth(e.getKey());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue