mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Will now clear stuff :3
This commit is contained in:
parent
5759e3e761
commit
bf7c36a637
2 changed files with 3 additions and 3 deletions
|
@ -666,7 +666,6 @@ public class PlotHelper {
|
|||
* @param plot
|
||||
*/
|
||||
public static void clear(final Player requester, final Plot plot) {
|
||||
|
||||
if (runners.containsKey(plot)) {
|
||||
PlayerFunctions.sendMessage(requester, C.WAIT_FOR_TIMER);
|
||||
return;
|
||||
|
|
|
@ -470,6 +470,7 @@ public class PlotMain extends JavaPlugin {
|
|||
}
|
||||
}
|
||||
for (Plot plot: toDeletePlot) {
|
||||
getPlotManager(world).clearPlot(null, plot);
|
||||
DBFunc.delete(world, plot);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue