mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Player display name is shown in chat
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -52,7 +52,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void getDisplayName(final String name) {
|
public void setDisplayName(final String name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user