Misc @Ryzhehvost

This commit is contained in:
JustArchi
2017-01-23 07:06:01 +01:00
parent e338ae4188
commit 409f8767bf

View File

@@ -98,6 +98,7 @@ namespace ArchiSteamFarm {
Console.Write(Strings.UserInputWCFHost, botName);
break;
default:
ArchiLogger.LogGenericWarning(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(userInputType), userInputType));
Console.Write(Strings.UserInputUnknown, botName, userInputType);
break;
}