SPIGOT-1714: Draft API for player list header / footer

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-07-29 21:30:31 +10:00
parent 53dc3c4b9c
commit 9735d97608
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/net/minecraft/server/PacketPlayOutPlayerListHeaderFooter.java
+++ b/net/minecraft/server/PacketPlayOutPlayerListHeaderFooter.java
@@ -4,8 +4,8 @@
public class PacketPlayOutPlayerListHeaderFooter implements Packet<PacketListenerPlayOut> {
- private IChatBaseComponent a;
- private IChatBaseComponent b;
+ public IChatBaseComponent a; // PAIL
+ public IChatBaseComponent b; // PAIL
public PacketPlayOutPlayerListHeaderFooter() {}