Skip to content

Commit

Permalink
packet/pool.go: Added ModalFormResponse packet to allowed client pack…
Browse files Browse the repository at this point in the history
…ets.
  • Loading branch information
Sandertv committed Sep 5, 2023
1 parent 977a439 commit 425582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/protocol/packet/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func init() {
IDAutomationClientConnect: func() Packet { return &AutomationClientConnect{} },
IDBookEdit: func() Packet { return &BookEdit{} },
IDNPCRequest: func() Packet { return &NPCRequest{} },
IDModalFormRequest: func() Packet { return &ModalFormRequest{} },
IDModalFormResponse: func() Packet { return &ModalFormResponse{} },
IDServerSettingsRequest: func() Packet { return &ServerSettingsRequest{} },
IDSetDefaultGameType: func() Packet { return &SetDefaultGameType{} },
IDLabTable: func() Packet { return &LabTable{} },
Expand Down

0 comments on commit 425582d

Please sign in to comment.