Allow offline bot to handle keys redeeming as well

This commit is contained in:
JustArchi
2016-04-06 15:28:28 +02:00
parent d67be4f092
commit 6a79a89a10

View File

@@ -747,7 +747,7 @@ namespace ArchiSteamFarm {
}
private async Task<string> ResponseRedeem(ulong steamID, string message, bool validate) {
if (steamID == 0 || string.IsNullOrEmpty(message) || !IsMaster(steamID) || !SteamClient.IsConnected) {
if (steamID == 0 || string.IsNullOrEmpty(message) || !IsMaster(steamID)) {
return null;
}