Skip to content

Commit

Permalink
Update Bot.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cccccccccccccccccccccccc authored Aug 2, 2023
1 parent 8ba22e5 commit 334cdeb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3076,10 +3076,7 @@ private async void OnLoggedOn(SteamUser.LoggedOnCallback callback) {
}
);
}

if (BotConfig.RemoteCommunication.HasFlag(BotConfig.ERemoteCommunication.SteamGroup)) {
Utilities.InBackground(() => ArchiWebHandler.JoinGroup(SharedInfo.ASFGroupSteamID));
}


if (CardsFarmer.Paused) {
// Emit initial game playing status in this case
Expand Down

0 comments on commit 334cdeb

Please sign in to comment.