This commit is contained in:
JustArchi
2016-04-02 13:41:53 +02:00
parent c018c08260
commit 1eed0f7647

View File

@@ -686,7 +686,7 @@ namespace ArchiSteamFarm {
Task.Run(async () => {
await Utilities.SleepAsync(1000).ConfigureAwait(false);
Program.Exit();
});
}).Forget();
return "Done!";
}
@@ -908,7 +908,7 @@ namespace ArchiSteamFarm {
Task.Run(async () => {
await Utilities.SleepAsync(1000).ConfigureAwait(false);
Program.Restart();
});
}).Forget();
return "Done!";
}