3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

SPIGOT-1624: Fix setPlayerListName

Dieser Commit ist enthalten in:
md_5 2016-03-02 18:32:06 +11:00
Ursprung 2fe69605ec
Commit ffacb6cf79

Datei anzeigen

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