From 9ee30c7ba4c05574151ca434d98ef0ed534e2925 Mon Sep 17 00:00:00 2001 From: Justin Smid Date: Fri, 17 Nov 2023 23:21:35 +0100 Subject: [PATCH] fix: typo: `offical` -> `official` --- src/Utils/RMC/RMC.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }