mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 16:33:33 +08:00
Revert "Add: Box recycle module"
This commit is contained in:
@@ -674,12 +674,6 @@ class AzurLaneConfig:
|
||||
self.C124_NON_S3_WITHDRAW_TOLERANCE = int(option['non_s3_enemy_withdraw_tolerance'])
|
||||
self.C124_AMMO_PICK_UP = int(option['ammo_pick_up_124'])
|
||||
|
||||
# Auto_box
|
||||
option = config['Auto_box']
|
||||
self.Auto_box_remove_t3_box = to_bool(option['remove_t3_box'])
|
||||
self.Auto_box_remove_t2_box = to_bool(option['remove_t2_box'])
|
||||
self.Auto_box_remove_t1_box = to_bool(option['remove_t1_box'])
|
||||
|
||||
def get_server_timezone(self):
|
||||
if self.SERVER == 'en':
|
||||
return -7
|
||||
|
||||
Reference in New Issue
Block a user