Fixes plot claim block removing on clear.

This commit is contained in:
boy0001 2014-12-16 15:44:25 +11:00
parent d2ef1c350a
commit 42c02b37bf
10 changed files with 31 additions and 68 deletions

View file

@ -51,8 +51,8 @@ public abstract class PlotManager {
* Plot clearing (return false if you do not support some method)
*/
public abstract boolean clearPlot(final World world, final Plot plot);
public abstract boolean clearPlot(final World world, final Plot plot, boolean isDelete);
public abstract Location getSignLoc(final World world, final PlotWorld plotworld, final Plot plot);
/*