mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
typo
This commit is contained in:
@ -68,7 +68,7 @@ public class SetOwner extends SubCommand {
|
|||||||
PlotPlayer other = UUIDHandler.getPlayer(args[0]);
|
PlotPlayer other = UUIDHandler.getPlayer(args[0]);
|
||||||
if (other == null) {
|
if (other == null) {
|
||||||
if (!Permissions.hasPermission(plr, "plots.admin.command.setowner")) {
|
if (!Permissions.hasPermission(plr, "plots.admin.command.setowner")) {
|
||||||
MainUtil.sendMessage(plr, C.INVALID_PLAYER);
|
MainUtil.sendMessage(plr, C.INVALID_PLAYER, args[0]);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user