Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: moved packet write to EventLoop to ensure packet ordering. #1

Open
wants to merge 20 commits into
base: feature/tablistupdate-event
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 1.21.2 protocol to include 1.21.3 release (PaperMC#1449)
  • Loading branch information
Timongcraft authored Oct 23, 2024
commit 69ee655d7490705f950699f9d3b0a206671456ab
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public boolean isSupported() {
MINECRAFT_1_20_3(765, "1.20.3", "1.20.4"),
MINECRAFT_1_20_5(766, "1.20.5", "1.20.6"),
MINECRAFT_1_21(767, "1.21", "1.21.1"),
MINECRAFT_1_21_2(768, "1.21.2");
MINECRAFT_1_21_2(768, "1.21.2", "1.21.3");

private static final int SNAPSHOT_BIT = 30;

Expand Down