Fix derp, closes #30

This commit is contained in:
JustArchi
2015-12-13 21:05:01 +01:00
parent bf084a1ffb
commit 0421da30cd

View File

@@ -369,7 +369,7 @@ namespace ArchiSteamFarm {
}
await bot.Stop().ConfigureAwait(false);
Bots.TryRemove(botName, out bot);
Bots.TryRemove(bot.BotName, out bot);
Program.OnBotShutdown();
return true;