Fix distr above id:256
This commit is contained in:
parent
80672f74e7
commit
c4165a76a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user