Further tests might be needed
This commit is contained in:
JustArchi
2017-03-05 16:51:14 +01:00
parent 409f538794
commit f6d0bd9e9c
3 changed files with 23 additions and 12 deletions

View File

@@ -154,14 +154,6 @@ namespace ArchiSteamFarm {
Client.Send(logon);
}
internal void PlayGame(uint gameID, string gameName = null) {
if (!Client.IsConnected) {
return;
}
PlayGames(gameID.ToEnumerable(), gameName);
}
internal void PlayGames(IEnumerable<uint> gameIDs, string gameName = null) {
if (gameIDs == null) {
ArchiLogger.LogNullError(nameof(gameIDs));