Fix /plot flag add

This commit is contained in:
Alexander Söderberg 2020-02-18 21:00:38 +01:00
parent 0b8c3b75aa
commit 5b7b0d9971

View File

@ -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;
}