mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc fix
This commit is contained in:
@@ -146,10 +146,6 @@ namespace ArchiSteamFarm {
|
||||
|
||||
Bots.AddOrUpdate(BotName, this, (key, value) => this);
|
||||
|
||||
if (initialLaunch && !StartOnLaunch) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Initialize
|
||||
SteamClient = new SteamClient();
|
||||
|
||||
@@ -198,6 +194,10 @@ namespace ArchiSteamFarm {
|
||||
);
|
||||
}
|
||||
|
||||
if (initialLaunch && !StartOnLaunch) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Start
|
||||
var start = Task.Run(async () => await Start().ConfigureAwait(false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user