diff --git a/alas.py b/alas.py index d8abf74d9..4f7ba22ae 100644 --- a/alas.py +++ b/alas.py @@ -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)