This commit is contained in:
JustArchi
2016-04-07 01:39:02 +02:00
parent 8f2f85282c
commit cf00989d84

View File

@@ -255,10 +255,11 @@ namespace ArchiSteamFarm {
internal static void Restart() {
try {
Process.Start(ExecutableFile, string.Join(" ", Environment.GetCommandLineArgs().Skip(1)));
Exit();
} catch (Exception e) {
Logging.LogGenericException(e);
}
Exit();
}
internal static async Task LimitSteamRequestsAsync() {