mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 04:43:50 -07:00
Correctly send player names for the tab list. Fixes BUKKIT-4925
This commit is contained in:
@@ -262,7 +262,7 @@ public abstract class PlayerList {
|
||||
continue;
|
||||
}
|
||||
// .name -> .listName
|
||||
entityplayer.playerConnection.sendPacket(new PacketPlayOutPlayerInfo(entityplayer1.getName(), true, entityplayer1.ping));
|
||||
entityplayer.playerConnection.sendPacket(new PacketPlayOutPlayerInfo(entityplayer1.listName, true, entityplayer1.ping));
|
||||
// CraftBukkit end
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user