Skip to content

Commit

Permalink
packet/pool.go: Actor Event is bidirectional (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownOre committed Sep 20, 2023
1 parent 3ec275d commit 196fe9a
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 @@ -267,6 +267,7 @@ func init() {
IDMovePlayer: func() Packet { return &MovePlayer{} },
IDPassengerJump: func() Packet { return &PassengerJump{} },
IDTickSync: func() Packet { return &TickSync{} },
IDActorEvent: func() Packet { return &ActorEvent{} },
IDInventoryTransaction: func() Packet { return &InventoryTransaction{} },
IDMobEquipment: func() Packet { return &MobEquipment{} },
IDInteract: func() Packet { return &Interact{} },
Expand Down

0 comments on commit 196fe9a

Please sign in to comment.