File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 {} },
You can’t perform that action at this time.
0 commit comments