From 1e06911b9877cdfccf3798943c07ab0a30662aa4 Mon Sep 17 00:00:00 2001 From: Ziktofel Date: Sat, 13 Jul 2024 19:10:42 +0200 Subject: [PATCH] Run `/download_data` from API4 maps --- worlds/sc2/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sc2/client.py b/worlds/sc2/client.py index 24ed3f269193..5ec5ab2ef860 100644 --- a/worlds/sc2/client.py +++ b/worlds/sc2/client.py @@ -74,7 +74,7 @@ # GitHub repo where the Map/mod data is hosted for /download_data command DATA_REPO_OWNER = "Ziktofel" DATA_REPO_NAME = "Archipelago-SC2-data" -DATA_API_VERSION = "API3" +DATA_API_VERSION = "API4" # Bot controller CONTROLLER_HEALTH: int = 38281