Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tm-rmc/MXRandom
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Nov 25, 2023
2 parents 967d367 + 39bbde5 commit eb1f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/RMC/RMC.as
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RMC
void RenderCustomSearchWarning() {
if ((RMC::IsRunning || RMC::IsStarting) && PluginSettings::CustomRules) {
UI::Separator();
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for offical leaderboards ");
UI::Text("\\$fc0"+ Icons::ExclamationTriangle + " \\$zInvalid for official leaderboards ");
UI::SetPreviousTooltip("This run has custom search parameters enabled, meaning that you only get maps after the settings you configured. \nTo change this, toggle the \"Use these parameters in RMC\" under the \"Searching\" settings");
}
}
Expand Down

0 comments on commit eb1f2d3

Please sign in to comment.