1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: Island EN assets (#5872)

* Add: Island EN assets

* Merge commit '69eea1e5a0eeef854bc9e1c677ceff33f6b31e5d'

* Add: last missing EN assets

* Fix: final adjustments to ocr and assets for EN
This commit is contained in:
dragonheart107
2026-08-13 10:45:48 +02:00
committed by GitHub
parent 69eea1e5a0
commit 6e75afd29f
79 changed files with 76 additions and 80 deletions

View File

@@ -128,7 +128,7 @@ class IslandBusiness(IslandRestaurant):
logger.info("No more restaurants")
def run(self):
if self.config.SERVER in ['en', 'tw']:
if self.config.SERVER in ['tw']:
logger.info(f'IslandBusiness is not available on {self.config.SERVER} server, delay until next server update')
self.config.task_delay(server_update=True)
return