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)) {
|
if (!checkRequirements(player)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (args.length < 3) {
|
if (args.length < 2) {
|
||||||
MainUtil.sendMessage(player, Captions.COMMAND_SYNTAX, "/plot flag add <flag> <values>");
|
MainUtil.sendMessage(player, Captions.COMMAND_SYNTAX, "/plot flag add <flag> <values>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user