mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +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() {
|
||||
if (BotConfig.SteamMasterClanID == 0) {
|
||||
if ((BotConfig.SteamMasterClanID == 0) || IsAccountLimited) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user