Skip to content

Commit

Permalink
Merge branch 'Sandertv:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
didntpot authored Dec 16, 2024
2 parents 9cecc90 + 09b06ae commit c32b60d
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 @@ -317,6 +317,7 @@ func init() {
IDLecternUpdate: func() Packet { return &LecternUpdate{} },
IDClientCacheStatus: func() Packet { return &ClientCacheStatus{} },
IDMapCreateLockedCopy: func() Packet { return &MapCreateLockedCopy{} },
IDStructureTemplateDataRequest: func() Packet { return &StructureTemplateDataRequest{} },
IDStructureTemplateDataResponse: func() Packet { return &StructureTemplateDataResponse{} },
IDClientCacheBlobStatus: func() Packet { return &ClientCacheBlobStatus{} },
IDEmote: func() Packet { return &Emote{} },
Expand Down

0 comments on commit c32b60d

Please sign in to comment.