mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
Fixed chat
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
f5b9f5745f
commit
dc8f7eb294
@ -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