mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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);
|
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) -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user