Until chest issue is fixed.

This commit is contained in:
boy0001 2015-02-16 13:05:10 +11:00
parent b53e701e69
commit 42a710d885

View File

@ -1592,7 +1592,7 @@ public class PlotMain extends JavaPlugin implements Listener {
{ {
if (checkVersion(1, 8, 0)) { if (checkVersion(1, 8, 0)) {
try { try {
AbstractSetBlock.setBlockManager = new SetBlockFast_1_8(); AbstractSetBlock.setBlockManager = new SetBlockSlow();
} }
catch (Throwable e) { catch (Throwable e) {
e.printStackTrace(); e.printStackTrace();