Skip to content

Commit f2c176d

Browse files
committed
fix demos with UM_RequestDiagnostic
1 parent 170d1e8 commit f2c176d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/demoinfocs/s2_commands.go

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ var usrMsgCreators = map[msgs2.EBaseUserMessages]NetMessageCreator{
129129
msgs2.EBaseUserMessages_UM_InventoryResponse: func() proto.Message { return &msgs2.CUserMessage_Inventory_Response{} },
130130
msgs2.EBaseUserMessages_UM_UtilActionResponse: func() proto.Message { return &msgs2.CUserMessage_UtilMsg_Response{} },
131131
msgs2.EBaseUserMessages_UM_DllStatusResponse: func() proto.Message { return &msgs2.CUserMessage_DllStatus{} },
132+
msgs2.EBaseUserMessages_UM_RequestDiagnostic: func() proto.Message { return &msgs2.CUserMessageRequestDiagnostic{} },
132133
msgs2.EBaseUserMessages_UM_DiagnosticResponse: func() proto.Message { return &msgs2.CUserMessage_Diagnostic_Response{} },
133134
msgs2.EBaseUserMessages_UM_ExtraUserData: func() proto.Message { return &msgs2.CUserMessage_ExtraUserData{} },
134135
msgs2.EBaseUserMessages_UM_NotifyResponseFound: func() proto.Message { return &msgs2.CUserMessage_NotifyResponseFound{} },

0 commit comments

Comments
 (0)