mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
SPIGOT-1624: Fix setPlayerListName
By: md_5 <git@md-5.net>
This commit is contained in:
parent
af9f710785
commit
6f8d1d05a0
1 changed files with 9 additions and 0 deletions
|
@ -453,6 +453,15 @@
|
|||
}
|
||||
|
||||
public String A() {
|
||||
@@ -938,7 +1133,7 @@
|
||||
}
|
||||
|
||||
public IChatBaseComponent getPlayerListName() {
|
||||
- return null;
|
||||
+ return listName; // CraftBukkit
|
||||
}
|
||||
|
||||
public void a(EnumHand enumhand) {
|
||||
@@ -962,4 +1157,127 @@
|
||||
this.setFlag(7, true);
|
||||
this.setFlag(7, false);
|
||||
|
|
Loading…
Reference in a new issue