We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c341 commit 59360c5Copy full SHA for 59360c5
ArchiSteamFarm/Bot.cs
@@ -69,7 +69,7 @@ internal class Bot {
69
70
internal static int GetRunningBotsCount() {
71
return Bots.Count;
72
- }
+ }
73
74
internal static async Task ShutdownAllBots() {
75
List<Task> tasks = new List<Task>();
0 commit comments