mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-04 05:25:28 +02:00
Until chest issue is fixed.
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user