General improvements

This commit is contained in:
JustArchi
2016-08-01 18:17:51 +02:00
parent 6977343906
commit d85d41c215
4 changed files with 59 additions and 76 deletions

View File

@@ -223,7 +223,7 @@ namespace ArchiSteamFarm {
PlayGames(new List<uint> { gameID }, gameName);
}
internal void PlayGames(ICollection<uint> gameIDs, string gameName = null) {
internal void PlayGames(IEnumerable<uint> gameIDs, string gameName = null) {
if (gameIDs == null) {
Logging.LogNullError(nameof(gameIDs), Bot.BotName);
return;