mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
Fix #3166
This commit is contained in:
parent
78a775530a
commit
0e05935ad4
@ -83,7 +83,7 @@ public class Grant extends Command {
|
||||
);
|
||||
return CompletableFuture.completedFuture(false);
|
||||
}
|
||||
if (args.length > 2) {
|
||||
if (args.length != 2) {
|
||||
break;
|
||||
}
|
||||
PlayerManager.getUUIDsFromString(args[1], (uuids, throwable) -> {
|
||||
|
Loading…
Reference in New Issue
Block a user