Do not attempt to join chat if the account is limited

It won't work anyway
This commit is contained in:
JustArchi
2020-05-21 11:03:29 +02:00
parent 9d17c5d791
commit 771d8b3391

View File

@@ -1911,7 +1911,7 @@ namespace ArchiSteamFarm {
}
private async Task JoinMasterChatGroupID() {
if (BotConfig.SteamMasterClanID == 0) {
if ((BotConfig.SteamMasterClanID == 0) || IsAccountLimited) {
return;
}