diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 7c4af0584f..a2a0b344a2 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -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);