Fixes #905
Fixes auto claim limit
This commit is contained in:
Jesse Boyd
2016-02-29 04:08:29 +11:00
parent 911bef974a
commit 5c4178b1dd
4 changed files with 16 additions and 8 deletions

View File

@ -288,6 +288,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
// Set the result data
result.result = new short[16][];
result.result_data = new byte[16][];
result.grid = grid;
// Catch any exceptions (as exceptions usually thrown
try {
// Fill the result data