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
@@ -485,6 +486,25 @@ public abstract class PlayerList {
36
+
@@ -485,6 +485,25 @@ public abstract class PlayerList {
45
37
// CraftBukkit start - sendAll above replaced with this loop
46
38
ClientboundPlayerInfoUpdatePacket packet = ClientboundPlayerInfoUpdatePacket.createPlayerInitializing(List.of(player)); // Paper - Add Listing API for Player
47
39
@@ -67,7 +59,7 @@ index 5edc92163eb13a21ba056a898a228df676afe942..8c1f72d6bd9a3aac88de5a4a650d3e04
67
59
final List<ServerPlayer> onlinePlayers = Lists.newArrayListWithExpectedSize(this.players.size() - 1); // Paper - Use single player info update packet on join
0 commit comments