diff --git a/alas.py b/alas.py index 0828ab0c4..eba3d97ac 100644 --- a/alas.py +++ b/alas.py @@ -629,7 +629,7 @@ class AzurLaneAutoScript: exit(1) def loop(self): - if not self.is_azur: + if self.is_azur: CrackResource(self.config, self.device).ensure() gl.gl_set("g_config", self.config) if self.is_azur: