mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
We don't need that delay anymore
This commit is contained in:
@@ -293,7 +293,6 @@ namespace ArchiSteamFarm {
|
||||
|
||||
internal async Task Restart() {
|
||||
await Stop().ConfigureAwait(false);
|
||||
await Utilities.SleepAsync(500).ConfigureAwait(false);
|
||||
await Start().ConfigureAwait(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user