mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-15 01:17:37 +00:00
Misc
This commit is contained in:
parent
4a5b1094b4
commit
ef2046bfe4
1 changed files with 3 additions and 5 deletions
|
@ -1460,11 +1460,9 @@ namespace ArchiSteamFarm {
|
|||
return;
|
||||
}
|
||||
|
||||
if (BotConfig.FarmOffline) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (callback.EntryType != EChatEntryType.ChatMsg) {
|
||||
// We should never ever get friend message in the first place if we're using FarmOffline
|
||||
// But due to Valve's fuckups, everything is possible
|
||||
if (BotConfig.FarmOffline || (callback.EntryType != EChatEntryType.ChatMsg)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue