This commit is contained in:
JustArchi 2017-05-06 01:59:01 +02:00
parent 4a5b1094b4
commit ef2046bfe4

View file

@ -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;
}