Test for double fine adventure

This commit is contained in:
JustArchi
2017-12-15 10:37:51 +01:00
parent f18c30452f
commit f21a998bbb
6 changed files with 8 additions and 9 deletions

View File

@@ -409,7 +409,7 @@ namespace ArchiSteamFarm {
case EUserNotification.Trading:
break;
default:
ASF.ArchiLogger.LogGenericWarning(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(type), type));
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(type), type));
continue;
}