mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Move enqueue to the actual end of the code
This commit is contained in:
parent
cb342de934
commit
955341ff9f
@ -361,11 +361,13 @@ 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);
|
||||||
}
|
}
|
||||||
|
if (queue != null) {
|
||||||
|
queue.enqueue();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user