mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 22:35:29 +00:00
Fixes plot claim block removing on clear.
This commit is contained in:
parent
d2ef1c350a
commit
42c02b37bf
10 changed files with 31 additions and 68 deletions
|
@ -579,7 +579,7 @@ public class PlotMain extends JavaPlugin {
|
|||
}
|
||||
for (final Plot plot : toDeletePlot) {
|
||||
final World worldobj = Bukkit.getWorld(world);
|
||||
PlotHelper.clear(worldobj, plot);
|
||||
PlotHelper.clear(worldobj, plot, true);
|
||||
PlotHelper.removeSign(worldobj, plot);
|
||||
DBFunc.delete(world, plot);
|
||||
removePlot(world, plot.id, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue