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

This commit is contained in:
md_5
2018-07-29 21:30:31 +10:00
parent 2ba567f29b
commit 3b8f5be77b
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() {}