Forgot to uncomment the dang network code

This commit is contained in:
Joshua Sigona 2021-02-28 02:42:42 +09:00
parent 7948ef2f0b
commit f90affb5a3
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -360,7 +360,7 @@ public class App
System.out.println(Arrays.toString(t20scores));
System.out.println(Arrays.toString(lowerTierScores));
/*
for (int i=0;i<20;i++) {
new Thread(
new SubmitThread(t20names[i],t20desc[i],t20scores[i],EVENT,i+1))
@ -372,7 +372,7 @@ public class App
new SubmitThread(lowerTierNames[j],lowerTierDesc[j],lowerTierScores[j],EVENT,ranks[j]))
.start();
}
*/
}
}

Binary file not shown.