R# cleanup

This commit is contained in:
JustArchi
2018-09-08 00:46:40 +02:00
parent e18c8ffa55
commit 9534d2b9f0
25 changed files with 219 additions and 91 deletions

View File

@@ -139,7 +139,7 @@ namespace ArchiSteamFarm {
return;
}
// Random a game we'll actually vote for, we don't want to make GabeN angry by rigging votes...
// Random a game we'll actually vote for, we don't want to make anybody angry by rigging votes...
HtmlNode voteNode = voteNodes[Utilities.RandomNext(voteNodes.Count)];
string appIDText = voteNode.GetAttributeValue("data-vote-appid", null);
@@ -157,4 +157,4 @@ namespace ArchiSteamFarm {
}
}
}
}
}