This commit is contained in:
boy0001
2015-03-18 16:50:07 +11:00
parent 4d7cc990e2
commit fd39eb036d
3 changed files with 9 additions and 1 deletions

View File

@ -272,6 +272,7 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
try {
BukkitSetBlockManager.setBlockManager = new SetBlockFast();
} catch (final Throwable e) {
MainUtil.canSetFast = false;
BukkitSetBlockManager.setBlockManager = new SetBlockSlow();
}
}