mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Will now clear stuff :3
This commit is contained in:
parent
5759e3e761
commit
bf7c36a637
@ -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 New Issue
Block a user