Skip to content

Commit

Permalink
fix demos with UM_RequestDiagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed Feb 3, 2025
1 parent 170d1e8 commit f2c176d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/demoinfocs/s2_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ var usrMsgCreators = map[msgs2.EBaseUserMessages]NetMessageCreator{
msgs2.EBaseUserMessages_UM_InventoryResponse: func() proto.Message { return &msgs2.CUserMessage_Inventory_Response{} },
msgs2.EBaseUserMessages_UM_UtilActionResponse: func() proto.Message { return &msgs2.CUserMessage_UtilMsg_Response{} },
msgs2.EBaseUserMessages_UM_DllStatusResponse: func() proto.Message { return &msgs2.CUserMessage_DllStatus{} },
msgs2.EBaseUserMessages_UM_RequestDiagnostic: func() proto.Message { return &msgs2.CUserMessageRequestDiagnostic{} },
msgs2.EBaseUserMessages_UM_DiagnosticResponse: func() proto.Message { return &msgs2.CUserMessage_Diagnostic_Response{} },
msgs2.EBaseUserMessages_UM_ExtraUserData: func() proto.Message { return &msgs2.CUserMessage_ExtraUserData{} },
msgs2.EBaseUserMessages_UM_NotifyResponseFound: func() proto.Message { return &msgs2.CUserMessage_NotifyResponseFound{} },
Expand Down

0 comments on commit f2c176d

Please sign in to comment.