mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
This commit is contained in:
@@ -529,7 +529,7 @@ public class AutoSkipTrigger : ITaskTrigger
|
||||
|
||||
private void ClickOcrRegion(Region region, string optionType = "")
|
||||
{
|
||||
if (!string.IsNullOrEmpty(optionType))
|
||||
if (string.IsNullOrEmpty(optionType))
|
||||
{
|
||||
TaskControl.Sleep(_config.AfterChooseOptionSleepDelay);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user