From 6e5383f4417a259a033debd2cf0154ec207c2ad9 Mon Sep 17 00:00:00 2001 From: LA_DI_DA <11174151+0O0o0oOoO00@users.noreply.github.com> Date: Fri, 21 Mar 2025 18:05:25 +0800 Subject: [PATCH] fix: wrong logic of check is_azur --- alas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: