This is probably the issue

This commit is contained in:
Jesse Boyd 2016-09-09 14:05:52 +10:00
parent 741d5ffa27
commit ab742e54a0

View File

@ -1,6 +1,5 @@
package com.boydti.fawe.regions.general.plot;
import com.boydti.fawe.Fawe;
import com.boydti.fawe.FaweAPI;
import com.boydti.fawe.FaweCache;
import com.boydti.fawe.object.FaweQueue;
@ -24,11 +23,6 @@ public class FaweLocalBlockQueue extends LocalBlockQueue {
IMP = SetQueue.IMP.getNewQueue(FaweAPI.getWorld(world), true, false);
}
public FaweLocalBlockQueue(World world) {
super(Fawe.imp().getWorldName(world));
IMP = SetQueue.IMP.getNewQueue(world, true, false);
}
@Override
public boolean next() {
return IMP.next();