mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
General improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user