Skip to content

Commit

Permalink
packet/pool.go: Added Animate packet to allowed client packets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Sep 5, 2023
1 parent 1e588d8 commit 977a439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minecraft/protocol/packet/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ func init() {
IDBlockPickRequest: func() Packet { return &BlockPickRequest{} },
IDActorPickRequest: func() Packet { return &ActorPickRequest{} },
IDPlayerAction: func() Packet { return &PlayerAction{} },
IDAnimate: func() Packet { return &Animate{} },
IDRespawn: func() Packet { return &Respawn{} },
IDContainerOpen: func() Packet { return &ContainerOpen{} },
IDContainerClose: func() Packet { return &ContainerClose{} },
Expand Down

0 comments on commit 977a439

Please sign in to comment.