Code review

This commit is contained in:
JustArchi
2018-03-09 15:43:25 +01:00
parent 9947cdb4e7
commit 3682eefc02
12 changed files with 169 additions and 186 deletions

View File

@@ -99,8 +99,7 @@ namespace ArchiSteamFarm {
Bot.ArchiLogger.LogGenericTrace(text);
// It'd make more sense to check against "Come back tomorrow", but it might not cover out-of-the-event queue
bool result = text.StartsWith("You can get ", StringComparison.Ordinal);
return result;
return text.StartsWith("You can get ", StringComparison.Ordinal);
}
private async Task VoteForSteamAwards() {