Skip to content

Commit

Permalink
fix: register 0x4C ID for Respawn packet in 1.21.2+ (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVihara authored Nov 6, 2024
1 parent 82be2c2 commit f07cdc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/edition/java/proto/state/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ func init() {
m(0x43, version.Minecraft_1_20_2),
m(0x45, version.Minecraft_1_20_3),
m(0x47, version.Minecraft_1_20_5),
m(0x4C, version.Minecraft_1_21_2),
)
Play.ClientBound.Register(&p.Disconnect{},
m(0x40, version.Minecraft_1_7_2),
Expand Down

0 comments on commit f07cdc8

Please sign in to comment.