From ffacb6cf79601980e752878f84742f7e87af5973 Mon Sep 17 00:00:00 2001 From: md_5 Date: Wed, 2 Mar 2016 18:32:06 +1100 Subject: [PATCH] SPIGOT-1624: Fix setPlayerListName --- nms-patches/EntityPlayer.patch | 9 +++++++++ 1 file changed, 9 insertions(+) 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);