1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Upd: [JP] SUPPLY_PACK_CHECK

This commit is contained in:
LmeSzinc
2025-10-14 22:04:15 +08:00
parent 8814413bfe
commit d0159db710
3 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class Freebies(ModuleBase):
logger.hr('Mail', level=1)
MailWhite(self.config, self.device).run()
if self.config.SERVER not in ['jp', 'tw']:
if self.config.SERVER not in ['tw']:
if self.config.SupplyPack_Collect:
logger.hr('Supply pack', level=1)
SupplyPack_250814(self.config, self.device).run()