mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
commit
75a70bcff4
@ -237,7 +237,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
|
|||||||
result.grid = grid;
|
result.grid = grid;
|
||||||
result.result = null;
|
result.result = null;
|
||||||
result.result_data = null;
|
result.result_data = null;
|
||||||
// Catch any exceptions (as exceptions usually thrown
|
// Catch any exceptions (as exceptions usually thrown)
|
||||||
try {
|
try {
|
||||||
// Fill the result data if necessary
|
// Fill the result data if necessary
|
||||||
if (this.platformGenerator != this) {
|
if (this.platformGenerator != this) {
|
||||||
@ -280,7 +280,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
|
|||||||
result.result_data = new byte[16][];
|
result.result_data = new byte[16][];
|
||||||
result.grid = grid;
|
result.grid = grid;
|
||||||
result.cd = null;
|
result.cd = null;
|
||||||
// Catch any exceptions (as exceptions usually thrown
|
// Catch any exceptions (as exceptions usually thrown)
|
||||||
try {
|
try {
|
||||||
// Fill the result data
|
// Fill the result data
|
||||||
if (this.platformGenerator != this) {
|
if (this.platformGenerator != this) {
|
||||||
|
Loading…
Reference in New Issue
Block a user