1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 16:59:25 +08:00

fix: skip hook_op command to avoid repeated operations when using tool to operate cracker

This commit is contained in:
0O0o0oOoO00
2026-02-02 15:17:28 +08:00
parent 899265c256
commit fd80a1d62c

View File

@@ -825,7 +825,7 @@ class AzurLaneAutoScript(AzurLaneAutoScript):
def run(self, command, skip_first_screenshot=False):
try:
if self.is_azur:
if command != "restart":
if command != "restart" and command != "hook_op":
luahook_disable_all(self.config, self.device)
luahook_crack_all(self.config, self.device)