Open ghost opened 4 years ago
BlockTrack.java: 216: formatted[i]=TextFormat.GRAY+""+entry.getDestroyed();
Looks like the issue is that I forgot to map the page access indices to the range of the formatted[] array. I just need to change the array access at these lines to formatted[i% (range)].
Run /blocktrack See this in console: