noMatchinfo
This commit is contained in:
parent
2cfc033884
commit
6418c0625c
@ -75,6 +75,7 @@ Public Class ClassDataASorDB
|
|||||||
ElseIf oMode.StartsWith("NOMATCH_INFO") Then
|
ElseIf oMode.StartsWith("NOMATCH_INFO") Then
|
||||||
Try
|
Try
|
||||||
Dim oResult = oMode.Replace("NOMATCH_INFO=", "")
|
Dim oResult = oMode.Replace("NOMATCH_INFO=", "")
|
||||||
|
Logger.Info($"NOMATCH_INFO will be set to {oResult}")
|
||||||
NOMATCH_INFO = CBool(oResult)
|
NOMATCH_INFO = CBool(oResult)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
NOMATCH_INFO = False
|
NOMATCH_INFO = False
|
||||||
|
|||||||
@ -237,7 +237,7 @@ 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_via_Server = "d"
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user