Skip to content

Commit

Permalink
packet/pool.go: BlockActorData is also sent by the client (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmatheus committed Nov 1, 2023
1 parent a363378 commit 539a193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minecraft/protocol/packet/pool.go
Expand Up @@ -332,6 +332,7 @@ func init() {
IDRequestNetworkSettings: func() Packet { return &RequestNetworkSettings{} },
IDGameTestResults: func() Packet { return &GameTestResults{} },
IDOpenSign: func() Packet { return &OpenSign{} },
IDBlockActorData: func() Packet { return &BlockActorData{} },
}
for id, pk := range clientOriginating {
RegisterPacketFromClient(id, pk)
Expand Down

0 comments on commit 539a193

Please sign in to comment.