1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Upd: Add EN to server_support_quick_retire_setting_fallback

This commit is contained in:
LmeSzinc 2023-02-28 23:54:46 +08:00
parent af65f961e2
commit a0e00fc74d

View File

@ -95,4 +95,4 @@ class QuickRetireSettingHandler(UI):
"""
Fallback to the correct quick retire settings if user has wrong set.
"""
return self.config.SERVER in ['cn']
return self.config.SERVER in ['cn', 'en']