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

@ -85,7 +85,7 @@ Public Class ClassDataASorDB
HotkeySearchKey = oResult HotkeySearchKey = oResult
HotkeySearchKey_via_Server = True HotkeySearchKey_via_Server = True
Catch ex As Exception Catch ex As Exception
HotkeySearchKey_via_Server = "d" HotkeySearchKey = "d"
End Try End Try
Else Else

View File

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