mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26: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);
|
||||
}
|
||||
assert plot != null;
|
||||
plot.clear(plr);
|
||||
plot.clear(plr, false);
|
||||
|
||||
// sign
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user