Fix fuckup

This commit is contained in:
JustArchi
2017-03-16 08:12:10 +01:00
parent cf6929e3ab
commit 7b199a392a

View File

@@ -2048,7 +2048,7 @@ namespace ArchiSteamFarm {
}
private string ResponseAPI(ulong steamID) {
if (steamID == 0) {
if (steamID != 0) {
return IsMaster(steamID) ? GetAPIStatus(Bots.Where(kv => kv.Value == this).ToDictionary(kv => kv.Key, kv => kv.Value)) : null;
}