diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 97a7250ce..e0dc890cd 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -587,7 +587,7 @@ namespace ArchiSteamFarm { internal async Task ResponseRedeem(string message, bool validate) { StringBuilder response = new StringBuilder(); using (StringReader reader = new StringReader(message)) { - string key= reader.ReadLine(); + string key = reader.ReadLine(); IEnumerator iterator = Bots.Values.GetEnumerator(); Bot currentBot = this; while (key != null) { @@ -626,7 +626,7 @@ namespace ArchiSteamFarm { } else { currentBot = null; } - } while (currentBot==this); + } while (currentBot == this); if (!ForwardKeysToOtherBots) { key = reader.ReadLine(); @@ -690,7 +690,7 @@ namespace ArchiSteamFarm { } else { currentBot = null; } - } while (currentBot==this); + } while (currentBot == this); } key = reader.ReadLine(); break; @@ -704,10 +704,10 @@ namespace ArchiSteamFarm { } else { currentBot = null; } - } while (currentBot==this); + } while (currentBot == this); } key = reader.ReadLine(); - break; + break; } } } diff --git a/ArchiSteamFarm/config/example.xml b/ArchiSteamFarm/config/example.xml index 1f65675bf..7bb6fd8d0 100755 --- a/ArchiSteamFarm/config/example.xml +++ b/ArchiSteamFarm/config/example.xml @@ -97,12 +97,13 @@ - - - - - - + + + + + + +