From 30fdff84b32f5fc33a18f9c3bf69da7188498875 Mon Sep 17 00:00:00 2001 From: xhqss <112264454+xhqss@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:20:30 +0800 Subject: [PATCH] Enable shipyard --- module/shipyard/shipyard_reward.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/shipyard/shipyard_reward.py b/module/shipyard/shipyard_reward.py index b9544550a..3ebc287c9 100644 --- a/module/shipyard/shipyard_reward.py +++ b/module/shipyard/shipyard_reward.py @@ -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()