Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 11, 2023
1 parent 97a9003 commit 54bc145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public ServerRegistrySyncNetworkHandler(ServerPlayer player, Connection connecti
((DelayedPacketsHolder) this.player).frozenLib$setPacketList(this.delayedPackets);

ServerRegistrySync.sendHelloPacket(connection);
connection.send(new ServerboundPingRequestPacket(HELLO_PING));
connection.send(new ClientboundPingPacket(HELLO_PING));
}

@SuppressWarnings("deprecation")
Expand Down

0 comments on commit 54bc145

Please sign in to comment.