This commit is contained in:
Joshua Sigona 2021-03-29 11:48:08 +09:00
parent 45ba6ef7a0
commit 7306e0e9d9
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -360,9 +360,8 @@ public class App
names.add("?"); names.add("?");
//scores.add(Integer.parseInt(ss)); //scores.add(Integer.parseInt(ss));
AddScore(scores,ranks,ss); AddScore(scores,ranks,ss);
count++; count=0;
} else { } else {
descriptions.add(ss);
names.add(ss); names.add(ss);
} }
} }

Binary file not shown.