mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-10 08:15:27 +02:00
*
This commit is contained in:
@@ -77,7 +77,7 @@ public class Clear extends SubCommand {
|
|||||||
return sendMessage(plr, C.NO_PLOT_PERMS);
|
return sendMessage(plr, C.NO_PLOT_PERMS);
|
||||||
}
|
}
|
||||||
assert plot != null;
|
assert plot != null;
|
||||||
plot.clear(plr);
|
plot.clear(plr, false);
|
||||||
|
|
||||||
// sign
|
// sign
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user