mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
misc fixes
This commit is contained in:
parent
22700aa88b
commit
d1e9ccb3e8
9 changed files with 67 additions and 42 deletions
|
@ -49,6 +49,7 @@ import com.intellectualcrafters.plot.object.PlotId;
|
|||
import com.intellectualcrafters.plot.object.PlotManager;
|
||||
import com.intellectualcrafters.plot.object.PlotPlayer;
|
||||
import com.intellectualcrafters.plot.object.PlotWorld;
|
||||
import com.intellectualcrafters.plot.util.AChunkManager;
|
||||
import com.intellectualcrafters.plot.util.BlockManager;
|
||||
import com.intellectualcrafters.plot.util.ClusterManager;
|
||||
import com.intellectualcrafters.plot.util.ExpireManager;
|
||||
|
@ -445,6 +446,8 @@ public class PlotSquared {
|
|||
SetupUtils.manager = IMP.initSetupUtils();
|
||||
// Set block
|
||||
BlockManager.manager = IMP.initBlockManager();
|
||||
// Set chunk
|
||||
AChunkManager.manager = IMP.initChunkManager();
|
||||
// PlotMe
|
||||
TaskManager.runTaskLater(new Runnable() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue