noMatchinfo

This commit is contained in:
2021-01-14 17:30:23 +01:00
parent 2cfc033884
commit 6418c0625c
2 changed files with 2 additions and 1 deletions

View File

@@ -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