mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix derp, closes #30
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user