mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 13:06:02 +01:00
SPIGOT-1624: Fix setPlayerListName
This commit is contained in:
parent
2fe69605ec
commit
ffacb6cf79
@ -453,6 +453,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String A() {
|
public String A() {
|
||||||
|
@@ -938,7 +1133,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
public IChatBaseComponent getPlayerListName() {
|
||||||
|
- return null;
|
||||||
|
+ return listName; // CraftBukkit
|
||||||
|
}
|
||||||
|
|
||||||
|
public void a(EnumHand enumhand) {
|
||||||
@@ -962,4 +1157,127 @@
|
@@ -962,4 +1157,127 @@
|
||||||
this.setFlag(7, true);
|
this.setFlag(7, true);
|
||||||
this.setFlag(7, false);
|
this.setFlag(7, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user