Skip to content

Commit

Permalink
Update RMC Standings to RMC_Leaderboard_Url
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Jul 29, 2024
1 parent 49b9848 commit ea0aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interface/Views/RMCMenu.as
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace RMC
#endif
UI::Separator();
if (UI::Button(Icons::Table + " Standings")) {
OpenBrowserURL("https://greep.fr/#/rmc");
OpenBrowserURL(PluginSettings::RMC_Leaderboard_Url);
}
UI::SameLine();
if (UI::PurpleButton(Icons::Cog)) {
Expand Down

0 comments on commit ea0aebf

Please sign in to comment.