mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
Reduce delay from 2000ms to 1000ms (#2590)
This commit is contained in:
@@ -370,7 +370,7 @@ public partial class ScriptService : IScriptService
|
||||
_logger.LogInformation("------------------------------");
|
||||
}
|
||||
|
||||
await Task.Delay(2000);
|
||||
await Task.Delay(1000);
|
||||
}
|
||||
|
||||
if (!RunnerContext.Instance.IsPreExecution && taskProgress != null)
|
||||
|
||||
Reference in New Issue
Block a user