mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-29 08:36: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)) {
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user