mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-29 12:37:40 +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);
|
||||
|
||||
public ImportCommand() {
|
||||
super(CommandSpec.IMPORT, "Import", CommandPermission.IMPORT, Predicates.notInRange(1, 2));
|
||||
super(CommandSpec.IMPORT, "Import", CommandPermission.IMPORT, Predicates.notInRange(1, 3));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user