You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -495,6 +495,25 @@ public abstract class PlayerList {
36
+
@@ -496,6 +496,25 @@ public abstract class PlayerList {
37
37
// CraftBukkit start - sendAll above replaced with this loop
38
38
ClientboundPlayerInfoUpdatePacket packet = ClientboundPlayerInfoUpdatePacket.createPlayerInitializing(List.of(player)); // Paper - Add Listing API for Player
39
39
@@ -59,7 +59,7 @@ index 527990be76068bf58fbb2e6e3901f64ed266f474..b0c14cac56b8717831348a38ba9ff732
59
59
final List<ServerPlayer> onlinePlayers = Lists.newArrayListWithExpectedSize(this.players.size() - 1); // Paper - Use single player info update packet on join
0 commit comments