Revert "Respond with Error on Volvo fuckup, #266"

This reverts commit 5bc6af718e.

https://www.steamgifts.com/go/comment/6Fc717c
This commit is contained in:
JustArchi
2016-06-28 22:57:54 +02:00
parent b9e8823bf1
commit 2bc202dd3a

View File

@@ -1025,7 +1025,7 @@ namespace ArchiSteamFarm {
}
}
return response.Length == 0 ? "Error" : response.ToString();
return response.Length == 0 ? null : response.ToString();
}
private static async Task<string> ResponseRedeem(ulong steamID, string botName, string message, bool validate) {