mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Enqueue on unlink
This commit is contained in:
parent
cd57741a51
commit
ea0342f100
@ -361,6 +361,7 @@ public final class PlotModificationManager {
|
|||||||
current.getPlotModificationManager().setSign(PlayerManager.getName(current.getOwnerAbs()));
|
current.getPlotModificationManager().setSign(PlayerManager.getName(current.getOwnerAbs()));
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
queue.enqueue();
|
||||||
}
|
}
|
||||||
if (createRoad) {
|
if (createRoad) {
|
||||||
manager.finishPlotUnlink(ids, queue);
|
manager.finishPlotUnlink(ids, queue);
|
||||||
|
Loading…
Reference in New Issue
Block a user