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