1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 17:49:25 +08:00

Enable shipyard

This commit is contained in:
xhqss
2024-07-13 22:20:30 +08:00
parent 15c4cc80fe
commit 30fdff84b3

View File

@@ -222,10 +222,6 @@ class RewardShipyard(ShipyardUI, GeneralShop):
in: Any page
out: page_shipyard
"""
if self.config.SERVER in ['cn', 'en', 'jp']:
logger.warning(f'Shipyard is disabled in server {self.config.SERVER.upper()} until assets are updated')
self.config.task_delay(server_update=True)
return
if self.config.Shipyard_BuyAmount <= 0 and self.config.ShipyardDr_BuyAmount <= 0:
self.config.Scheduler_Enable = False
self.config.task_stop()