mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
*
This commit is contained in:
parent
42c02b37bf
commit
b1e965bdcb
@ -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 New Issue
Block a user