Debug even more

This commit is contained in:
Joshua Sigona 2021-03-04 17:47:30 +09:00
parent 42ca6443ad
commit 6bcaf3e8a5
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -344,7 +344,7 @@ public class App
tempLowerTierScores[i]=data[arrayOffset++]; tempLowerTierScores[i]=data[arrayOffset++];
} }
//System.out.println(Arrays.toString(t20scores)); //System.out.println(Arrays.toString(t20scores));
//System.out.println(Arrays.toString(tempLowerTierScores)); System.out.println(Arrays.toString(tempLowerTierScores));
//Lower tier order is: 50,100,500,1000,2000,5000,10000,20000,30000,50000 //Lower tier order is: 50,100,500,1000,2000,5000,10000,20000,30000,50000
String[] lowerTierNames = new String[]{"","","","","","","","","",""}; String[] lowerTierNames = new String[]{"","","","","","","","","",""};

Binary file not shown.