We don't need that delay anymore

This commit is contained in:
JustArchi
2016-03-12 17:03:53 +01:00
parent b015720a3e
commit 72db5bc9f3

View File

@@ -293,7 +293,6 @@ namespace ArchiSteamFarm {
internal async Task Restart() {
await Stop().ConfigureAwait(false);
await Utilities.SleepAsync(500).ConfigureAwait(false);
await Start().ConfigureAwait(false);
}