mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +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()));
|
||||
}
|
||||
}));
|
||||
queue.enqueue();
|
||||
}
|
||||
if (createRoad) {
|
||||
manager.finishPlotUnlink(ids, queue);
|
||||
|
Loading…
Reference in New Issue
Block a user