Skip to content

Commit

Permalink
packet/pool.go: Add IDShowCredits to client pool (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry authored Aug 1, 2024
1 parent a927919 commit b324153
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 @@ -286,6 +286,7 @@ func init() {
IDMapInfoRequest: func() Packet { return &MapInfoRequest{} },
IDRequestChunkRadius: func() Packet { return &RequestChunkRadius{} },
IDBossEvent: func() Packet { return &BossEvent{} },
IDShowCredits: func() Packet { return &ShowCredits{} },
IDCommandRequest: func() Packet { return &CommandRequest{} },
IDCommandBlockUpdate: func() Packet { return &CommandBlockUpdate{} },
IDResourcePackChunkRequest: func() Packet { return &ResourcePackChunkRequest{} },
Expand Down

0 comments on commit b324153

Please sign in to comment.