NOMATCH_INFO bug

This commit is contained in:
Jonathan Jenne
2021-01-13 15:56:33 +01:00
parent 1c39e27dc4
commit e531cce108
2 changed files with 2 additions and 3 deletions

View File

@@ -237,9 +237,8 @@ Public Class ClassInit
HotkeySearchKey = oResult
HotkeySearchKey_via_Server = True
Catch ex As Exception
NOMATCH_INFO = "d"
HotkeySearchKey = "d"
End Try
Else
Logger.Info($"Wrong oMode: {oMode}")
End If