mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
*
This commit is contained in:
parent
42c02b37bf
commit
b1e965bdcb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue