Merge pull request #1022 from EvilOlaf/patch-1

Missing brackets
This commit is contained in:
Jesse Boyd 2016-03-29 18:11:12 +11:00
commit 75a70bcff4

View File

@ -237,7 +237,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
result.grid = grid;
result.result = null;
result.result_data = null;
// Catch any exceptions (as exceptions usually thrown
// Catch any exceptions (as exceptions usually thrown)
try {
// Fill the result data if necessary
if (this.platformGenerator != this) {
@ -280,7 +280,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
result.result_data = new byte[16][];
result.grid = grid;
result.cd = null;
// Catch any exceptions (as exceptions usually thrown
// Catch any exceptions (as exceptions usually thrown)
try {
// Fill the result data
if (this.platformGenerator != this) {