Fixed setowner

This commit is contained in:
boy0001 2015-01-08 18:57:15 +11:00
parent 1c39a017ac
commit f803bc798c

View File

@ -75,7 +75,7 @@ import java.util.UUID;
UUID uuid = getUUID(args[0]); UUID uuid = getUUID(args[0]);
if (uuid == null) { if (uuid == null) {
PlayerFunctions.sendMessage(plr, C.INVALID_PLAYER, args[1]); PlayerFunctions.sendMessage(plr, C.INVALID_PLAYER, args[0]);
return false; return false;
} }