mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 15:16:45 +01:00
Fix /plot flag add
This commit is contained in:
parent
0b8c3b75aa
commit
5b7b0d9971
@ -225,7 +225,7 @@ import java.util.concurrent.CompletableFuture;
|
||||
if (!checkRequirements(player)) {
|
||||
return;
|
||||
}
|
||||
if (args.length < 3) {
|
||||
if (args.length < 2) {
|
||||
MainUtil.sendMessage(player, Captions.COMMAND_SYNTAX, "/plot flag add <flag> <values>");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user