mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 05:34:25 +00:00
Fix !restart command (#932)
* Update Commands.cs * Replace with existing action
This commit is contained in:
committed by
Łukasz Domeradzki
parent
f10f4db7b4
commit
78f0c56af5
@@ -1932,7 +1932,7 @@ namespace ArchiSteamFarm {
|
||||
return null;
|
||||
}
|
||||
|
||||
(bool success, string output) = Actions.Exit();
|
||||
(bool success, string output) = Actions.Restart();
|
||||
return FormatStaticResponse(success ? output : string.Format(Strings.WarningFailedWithError, output));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user