Fixed missing the first word of a perm flag
This commit is contained in:
parent
15e5efddad
commit
9debf2aea4
|
|
@ -57,7 +57,7 @@ public class CommandFlagPlayer extends SubCommand {
|
|||
return;
|
||||
}
|
||||
|
||||
String reason = String.join(" ", Arrays.copyOfRange(args, 3, args.length));
|
||||
String reason = String.join(" ", Arrays.copyOfRange(args, 2, args.length));
|
||||
|
||||
new BukkitRunnable() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user