Fix ASF restart

This commit is contained in:
JustArchi
2016-10-31 06:29:48 +01:00
parent 1e4d60a696
commit 549284d988
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ namespace ArchiSteamFarm {
Logging.LogGenericInfo("No bots are running, exiting");
await Task.Delay(5000).ConfigureAwait(false);
Program.Exit();
Program.Shutdown();
}
}
}