mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 23:10:30 +00:00
Do not attempt to join chat if the account is limited
It won't work anyway
This commit is contained in:
@@ -1911,7 +1911,7 @@ namespace ArchiSteamFarm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async Task JoinMasterChatGroupID() {
|
private async Task JoinMasterChatGroupID() {
|
||||||
if (BotConfig.SteamMasterClanID == 0) {
|
if ((BotConfig.SteamMasterClanID == 0) || IsAccountLimited) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user