Skip to content

Commit 11f5403

Browse files
authored
Merge pull request #184 from BennyExtreme/multi-search-fix
Fix Multi-Search button
2 parents 3fb4229 + 926dadf commit 11f5403

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)