mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
release all key before tp & release all key after auto fight
This commit is contained in:
@@ -332,6 +332,10 @@ public class AutoFightTask : ISoloTask
|
||||
Debug.WriteLine(e.StackTrace);
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
Simulation.ReleaseAllKey();
|
||||
}
|
||||
}, cts2.Token);
|
||||
|
||||
await fightTask;
|
||||
|
||||
Reference in New Issue
Block a user