mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
fixed wall block set twice on claim under certain curcumstances
This commit is contained in:
parent
84e17dc798
commit
7b85a28fb4
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ public class FlagCmd extends SubCommand {
|
|||
PlayerFunctions.sendMessage(player, C.NO_PERMISSION, "plots.flag.list");
|
||||
return false;
|
||||
}
|
||||
if (args.length != 3) {
|
||||
if (args.length != 1) {
|
||||
PlayerFunctions.sendMessage(player, C.COMMAND_SYNTAX, "/plot flag list");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue