mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-27 10:41:27 +01:00
Fixed chat
This commit is contained in:
parent
f54469f314
commit
3dd60c168b
@ -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 New Issue
Block a user