diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 799322510..0fe6f9928 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -1493,7 +1493,7 @@ namespace GameMenuBar { ImGui::PopStyleVar(3); ImGui::PopStyleColor(1); UIWidgets::PaddedEnhancementCheckbox("Crowd Control", "gCrowdControl", true, false); - UIWidgets::Tooltip("Enables CrowdControl. Will attempt to connect to the local Crowd Control server."); + UIWidgets::Tooltip("Requires a full SoH restart to take effect!\n\nEnables CrowdControl. Will attempt to connect to the local Crowd Control server."); UIWidgets::PaddedSeparator();