Skip to content

Commit

Permalink
packet/pool.go: Add IDStructureTemplateDataExportRequest to client po…
Browse files Browse the repository at this point in the history
…ol (Sandertv#275)
  • Loading branch information
smell-of-curry authored Dec 12, 2024
1 parent 8fe7442 commit 25a53b8
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{} },
IDStructureTemplateDataExportRequest: 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 25a53b8

Please sign in to comment.