Fix distr above id:256

This commit is contained in:
Jesse Boyd 2018-02-27 11:15:43 +11:00
parent 80672f74e7
commit c4165a76a4
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -2770,7 +2770,7 @@ public class EditSession extends AbstractDelegateExtent implements HasFaweQueue,
* @return the results
*/
public List<Countable<Integer>> getBlockDistribution(final Region region) {
int[] counter = new int[256];
int[] counter = new int[4096];
if (region instanceof CuboidRegion) {
// Doing this for speed