SPIGOT-1624: Fix setPlayerListName

This commit is contained in:
md_5 2016-03-02 18:32:06 +11:00
parent 2fe69605ec
commit ffacb6cf79

View File

@ -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);