mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-01 14:07:56 +01:00
Make import take 3 args max so lp import <code> --upload --replace
is possible (#2651)
This commit is contained in:
parent
4811129ab1
commit
e8b1214219
@ -53,7 +53,7 @@ public class ImportCommand extends SingleCommand {
|
|||||||
private final AtomicBoolean running = new AtomicBoolean(false);
|
private final AtomicBoolean running = new AtomicBoolean(false);
|
||||||
|
|
||||||
public ImportCommand() {
|
public ImportCommand() {
|
||||||
super(CommandSpec.IMPORT, "Import", CommandPermission.IMPORT, Predicates.notInRange(1, 2));
|
super(CommandSpec.IMPORT, "Import", CommandPermission.IMPORT, Predicates.notInRange(1, 3));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user