mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Fix: Disclaimer requirement for os_world_clear module
Fix: Limit user input via 'choices' for min/max level Fix: Update loop range dynamic rather than presumed in read config
This commit is contained in:
@@ -818,7 +818,7 @@ class AzurLaneConfig:
|
||||
# OS clear world
|
||||
option = config['Os_world_clear']
|
||||
self.OS_WORLD_MIN_LEVEL = int(option['os_world_min_level'])
|
||||
self.OS_WORLD_MAX_LEVEL = int(option['os_world_max_level']) + 1
|
||||
self.OS_WORLD_MAX_LEVEL = int(option['os_world_max_level'])
|
||||
self.ENABLE_OS_WORLD_REPAIR = to_bool(option['enable_os_world_repair'])
|
||||
self.OS_WORLD_REPAIR_THRESHOLD = float(option['os_world_repair_threshold'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user