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