mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 15:44:49 +01:00
Fixed chat
This commit is contained in:
parent
f54469f314
commit
3dd60c168b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||
|
||||
public CraftPlayer(CraftServer server, EntityPlayer entity) {
|
||||
super(server, entity);
|
||||
name = getName();
|
||||
}
|
||||
|
||||
public boolean isOp() {
|
||||
|
|
Loading…
Reference in a new issue