Show player name instead of UUID when requesting name..
This commit is contained in:
parent
0f4bd48817
commit
1736f34fc8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user