Show player name instead of UUID when requesting name..

This commit is contained in:
gravitylow 2014-04-16 12:33:24 -04:00
parent 0f4bd48817
commit 1736f34fc8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator {
}
public String getName() {
return this.getId(); // TODO: ... display name or remove completeley
return getPlayer().getName();
}
public String getTag() {