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
@@ -489,6 +489,25 @@ public abstract class PlayerList {
36
+
@@ -490,6 +490,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 2a6669754868662b7252de6056e2177b76c80e45..a14890376fce2557bcf8a91d49741d5f
59
59
final List<ServerPlayer> onlinePlayers = Lists.newArrayListWithExpectedSize(this.players.size() - 1); // Paper - Use single player info update packet on join
0 commit comments