Debug even more

master
Joshua Sigona 4 years ago
parent 42ca6443ad
commit 6bcaf3e8a5
  1. BIN
      d4dj_rankTracker.jar
  2. 2
      src/main/java/d4dj/d4dj/App.java
  3. BIN
      target/classes/d4dj/d4dj/App.class

Binary file not shown.

@ -344,7 +344,7 @@ public class App
tempLowerTierScores[i]=data[arrayOffset++];
}
//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
String[] lowerTierNames = new String[]{"","","","","","","","","",""};

Loading…
Cancel
Save