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