Skip to content

Commit

Permalink
Merge pull request #184 from BennyExtreme/multi-search-fix
Browse files Browse the repository at this point in the history
Fix Multi-Search button
  • Loading branch information
KebsCS authored Sep 17, 2023
2 parents 3fb4229 + 926dadf commit 11f5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KBotExt/GameTab.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<int>(getRegion.length()), &rootRegion, &err))
{
region = Utils::StringToWstring(rootRegion["webRegion"].asString());
Expand Down

0 comments on commit 11f5403

Please sign in to comment.