diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/FlagCommand.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/FlagCommand.java index acec923c1..0c8808720 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/FlagCommand.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/FlagCommand.java @@ -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 "); return; }