mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Until chest issue is fixed.
This commit is contained in:
parent
b53e701e69
commit
42a710d885
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue