This commit is contained in:
boy0001 2015-08-25 10:51:33 +10:00
parent ee17457403
commit 2b187f2066
6 changed files with 7 additions and 4 deletions

View file

@ -409,6 +409,7 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
new SendChunk();
MainUtil.canSendChunk = true;
} catch (final Throwable e) {
e.printStackTrace();
MainUtil.canSendChunk = false;
}
} else {