mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -1324,7 +1324,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
private void JoinMasterChat() {
|
||||
if (BotConfig.SteamMasterClanID == 0 || !SteamClient.IsConnected) {
|
||||
if (!SteamClient.IsConnected || BotConfig.SteamMasterClanID == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user