mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Until chest issue is fixed.
This commit is contained in:
parent
b53e701e69
commit
42a710d885
@ -1592,7 +1592,7 @@ public class PlotMain extends JavaPlugin implements Listener {
|
||||
{
|
||||
if (checkVersion(1, 8, 0)) {
|
||||
try {
|
||||
AbstractSetBlock.setBlockManager = new SetBlockFast_1_8();
|
||||
AbstractSetBlock.setBlockManager = new SetBlockSlow();
|
||||
}
|
||||
catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user