diff --git a/src/Utils/RMC/RMC.as b/src/Utils/RMC/RMC.as index 656ddb7..8365add 100644 --- a/src/Utils/RMC/RMC.as +++ b/src/Utils/RMC/RMC.as @@ -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"); } }