This commit is contained in:
dordsor21 2021-08-08 14:06:59 +01:00
parent 78a775530a
commit 0e05935ad4
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -83,7 +83,7 @@ public class Grant extends Command {
); );
return CompletableFuture.completedFuture(false); return CompletableFuture.completedFuture(false);
} }
if (args.length > 2) { if (args.length != 2) {
break; break;
} }
PlayerManager.getUUIDsFromString(args[1], (uuids, throwable) -> { PlayerManager.getUUIDsFromString(args[1], (uuids, throwable) -> {