This is probably the issue
This commit is contained in:
parent
741d5ffa27
commit
ab742e54a0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user