Forgot to format

This commit is contained in:
T00thpick1 2013-01-12 21:30:53 -05:00
parent 07c9b614bc
commit c54755b9c1

View File

@ -147,7 +147,7 @@ public class MctopCommand implements CommandExecutor {
int place = ((page * 10) - 9);
for (ArrayList<String> entry : userslist.values()) {
sender.sendMessage(String.valueOf(place) + ". " + ChatColor.GREEN + entry.get(1) + " - " + ChatColor.WHITE + entry.get(0));
place++;
place++;
}
}
}