diff --git a/module/config/server.py b/module/config/server.py index db0558f..db220ae 100644 --- a/module/config/server.py +++ b/module/config/server.py @@ -13,7 +13,7 @@ VALID_SERVER = { 'OVERSEA-Korea-one': 'com.nexon.bluearchiveone', 'OVERSEA-Asia': 'com.nexon.bluearchive', 'OVERSEA-America': 'com.nexon.bluearchive', - 'OVERSEA-Global': 'com.nexon.bluearchive', + 'OVERSEA-Global': 'com.nexon.bluearchiveone', } VALID_PACKAGE = set(list(VALID_SERVER.values()))