diff --git a/alas.py b/alas.py index 4429055fb..bd793b648 100644 --- a/alas.py +++ b/alas.py @@ -652,6 +652,11 @@ class AzurLaneAutoScript: del_cached_property(self, 'config') continue + if not self.device.app_is_running(): + self.config.task_call('Restart') + self.is_first_task = False + continue + # Check GG config before a task begins (to reset temporary config), and decide to enable it. if self.__class__.__name__ == "AzurLaneAutoScript": GGH.check_config()