Muuuuuuni

This commit is contained in:
Joshua Sigona 2021-03-28 14:45:13 +09:00
parent 1a429bb7eb
commit dc446a58c9
3 changed files with 5 additions and 3 deletions
d4dj_rankTracker.jar
src/main/java/d4dj/d4dj
target/classes/d4dj/d4dj

Binary file not shown.

@ -385,10 +385,12 @@ public class App
scores.set(i, Integer.parseInt(desc));
}
if (i==0||(scores.get(i-1)>scores.get(i))) {
new Thread(
new SubmitThread(name,desc,scores.get(i),EVENT,ranks[i]))
.start();
}
}
/*System.out.println(scores);
System.out.println(names);
System.out.println(descriptions);*/

Binary file not shown.