1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 15:39:26 +08:00

fix: wrong logic of check is_azur

This commit is contained in:
LA_DI_DA
2025-03-21 18:05:25 +08:00
parent 35819ec433
commit 6e5383f441

View File

@@ -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: