Improve exit/restart

This commit is contained in:
JustArchi
2016-04-02 13:08:43 +02:00
parent 71215d695e
commit 72fa98cb89
2 changed files with 14 additions and 9 deletions

View File

@@ -682,8 +682,8 @@ namespace ArchiSteamFarm {
return null;
}
Environment.Exit(0);
return null;
Program.Exit(0);
return "Done!";
}
private string ResponseFarm(ulong steamID) {
@@ -900,7 +900,7 @@ namespace ArchiSteamFarm {
}
Program.Restart();
return null;
return "Done!";
}
private async Task<string> ResponseAddLicense(ulong steamID, HashSet<uint> gameIDs) {