Display partial names when trying to use the ptp command

This commit is contained in:
TfT_02 2013-04-04 22:50:22 +02:00
parent f6b1643378
commit 6d47e43ba9

View File

@ -95,6 +95,7 @@ public class PtpCommand implements CommandExecutor {
}
target = mcMMOTarget.getPlayer();
targetName = target.getName();
if (player.equals(target)) {
player.sendMessage(LocaleLoader.getString("Party.Teleport.Self"));