mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 13:45:20 +01:00
Allow bulkupdates without constraints (#746)
This commit is contained in:
parent
63f8e8849f
commit
d14310768c
@ -84,7 +84,7 @@ public class BulkUpdateCommand extends SingleCommand {
|
|||||||
return CommandResult.SUCCESS;
|
return CommandResult.SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.size() < 3) {
|
if (args.size() < 2) {
|
||||||
throw new ArgumentUtils.DetailedUsageException();
|
throw new ArgumentUtils.DetailedUsageException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user