mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix fuckup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user