From 926dadf51a5b953f0de7f9688fc962a66da7dffe Mon Sep 17 00:00:00 2001 From: Benito Alessandrino Date: Sun, 17 Sep 2023 01:33:57 +0200 Subject: [PATCH] Fix Multi-Search button --- KBotExt/GameTab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KBotExt/GameTab.h b/KBotExt/GameTab.h index 28bbaa8..04c7667 100644 --- a/KBotExt/GameTab.h +++ b/KBotExt/GameTab.h @@ -1499,7 +1499,7 @@ class GameTab } else // region code (euw, eune na) { - std::string getRegion = LCU::Request("GET", "/riotclient/get_region_locale"); + std::string getRegion = LCU::Request("GET", "/riotclient/region-locale"); if (reader->parse(getRegion.c_str(), getRegion.c_str() + static_cast(getRegion.length()), &rootRegion, &err)) { region = Utils::StringToWstring(rootRegion["webRegion"].asString());