Skip to content

Commit

Permalink
Fix mistake with join message packet snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Sep 19, 2022
1 parent f965e84 commit 66be05e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void fireLoginSuccess() {
writePacket(server.getPacketSnapshots().getPacketBossBar());

if (server.getPacketSnapshots().getPacketJoinMessage() != null)
writePacket(server.getPacketSnapshots().getPacketJoinGame());
writePacket(server.getPacketSnapshots().getPacketJoinMessage());

if (server.getPacketSnapshots().getPacketTitleTitle() != null)
writeTitle();
Expand Down

0 comments on commit 66be05e

Please sign in to comment.