Skip to content

Commit 926dadf

Browse files
authored
Fix Multi-Search button
1 parent 3fb4229 commit 926dadf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KBotExt/GameTab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ class GameTab
14991499
}
15001500
else // region code (euw, eune na)
15011501
{
1502-
std::string getRegion = LCU::Request("GET", "/riotclient/get_region_locale");
1502+
std::string getRegion = LCU::Request("GET", "/riotclient/region-locale");
15031503
if (reader->parse(getRegion.c_str(), getRegion.c_str() + static_cast<int>(getRegion.length()), &rootRegion, &err))
15041504
{
15051505
region = Utils::StringToWstring(rootRegion["webRegion"].asString());

0 commit comments

Comments
 (0)