Skip to content

Commit

Permalink
packet/pool.go: Allow clients to send ItemFrameDropItem (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkam246 committed Dec 23, 2023
1 parent c4095e5 commit c78fe56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minecraft/protocol/packet/pool.go
Expand Up @@ -335,6 +335,7 @@ func init() {
IDBlockActorData: func() Packet { return &BlockActorData{} },
IDPlayerToggleCrafterSlotRequest: func() Packet { return &PlayerToggleCrafterSlotRequest{} },
IDSetPlayerInventoryOptions: func() Packet { return &SetPlayerInventoryOptions{} },
IDItemFrameDropItem: func() Packet { return &ItemFrameDropItem{} },
}
for id, pk := range clientOriginating {
RegisterPacketFromClient(id, pk)
Expand Down

0 comments on commit c78fe56

Please sign in to comment.