SPIGOT-1624: Fix setPlayerListName

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2016-03-02 18:32:06 +11:00
parent af9f710785
commit 6f8d1d05a0

View file

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