mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fixed setowner
This commit is contained in:
parent
1c39a017ac
commit
f803bc798c
@ -75,7 +75,7 @@ import java.util.UUID;
|
||||
UUID uuid = getUUID(args[0]);
|
||||
|
||||
if (uuid == null) {
|
||||
PlayerFunctions.sendMessage(plr, C.INVALID_PLAYER, args[1]);
|
||||
PlayerFunctions.sendMessage(plr, C.INVALID_PLAYER, args[0]);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user