Am dissapoint GJ

This commit is contained in:
nossr50 2012-03-07 13:50:14 -08:00
parent 9f3e7ba11c
commit 86e4a4344b

View File

@ -62,8 +62,7 @@ public class Leaderboard {
String line = "";
ArrayList<String> players = new ArrayList<String>();
while (in.readLine() != null) {
line = in.readLine();
while ((line = in.readLine()) != null) {
String[] character = line.split(":");
String p = character[0];
int powerLevel = 0;