mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-21 06:51:32 +01:00
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;
|
package com.boydti.fawe.regions.general.plot;
|
||||||
|
|
||||||
import com.boydti.fawe.Fawe;
|
|
||||||
import com.boydti.fawe.FaweAPI;
|
import com.boydti.fawe.FaweAPI;
|
||||||
import com.boydti.fawe.FaweCache;
|
import com.boydti.fawe.FaweCache;
|
||||||
import com.boydti.fawe.object.FaweQueue;
|
import com.boydti.fawe.object.FaweQueue;
|
||||||
@ -24,11 +23,6 @@ public class FaweLocalBlockQueue extends LocalBlockQueue {
|
|||||||
IMP = SetQueue.IMP.getNewQueue(FaweAPI.getWorld(world), true, false);
|
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
|
@Override
|
||||||
public boolean next() {
|
public boolean next() {
|
||||||
return IMP.next();
|
return IMP.next();
|
||||||
|
Loading…
Reference in New Issue
Block a user