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
@@ -478,6 +478,25 @@ public abstract class PlayerList {
36
+
@@ -491,6 +491,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 daf2410db29adad3751da1b08fa1774d84190aff..2cdbfbf0955658ef5ca23bce085d7638
59
59
final List<ServerPlayer> onlinePlayers = Lists.newArrayListWithExpectedSize(this.players.size() - 1); // Paper - Use single player info update packet on join
Copy file name to clipboardExpand all lines: deepslateMC-server/paper-patches/files/src/main/java/io/papermc/paper/connection/HorriblePlayerLoginEventHack.java.patch
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
for (final RegisteredListener listener : PlayerLoginEvent.getHandlerList().getRegisteredListeners()) {
20
20
plugins.add(listener.getPlugin().getName());
21
21
}
22
-
@@ -81,6 +_,16 @@
22
+
@@ -83,6 +_,16 @@
23
23
PlayerLoginEvent event = new PlayerLoginEvent(horribleBukkitPlayer, connection.hostname, ((java.net.InetSocketAddress) connection.getRemoteAddress()).getAddress(), ((java.net.InetSocketAddress) connection.channel.remoteAddress()).getAddress());
0 commit comments