Fix compiler error

This commit is contained in:
Brady 2018-09-20 14:29:37 -05:00
parent 1c2e47c39a
commit ddf7b3739a
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -148,7 +148,7 @@ public final class MineBehavior extends Behavior implements Helper {
}
if (!uninteresting.isEmpty()) {
//long before = System.currentTimeMillis();
locs.addAll(WorldScanner.INSTANCE.scanLoadedChunks(uninteresting, max, 10));
locs.addAll(WorldScanner.INSTANCE.scanLoadedChunks(uninteresting, max, 10, 26));
//System.out.println("Scan of loaded chunks took " + (System.currentTimeMillis() - before) + "ms");
}
return prune(locs, mining, max);