mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 08:00:40 +00:00
Improve exit/restart
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user