diff options
| author | aMannus <mannusmenting@gmail.com> | 2022-09-28 08:40:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 02:40:29 -0400 |
| commit | 08915e56849f0fcbf3653155494de754ee38ff4d (patch) | |
| tree | 3fa3e8db09c7e3687d075c83782a4eec1459d52b | |
| parent | 083ceb44239b9a26648e0059ca9ce2ad551424a0 (diff) | |
Update description for CC (#1626)
| -rw-r--r-- | soh/soh/GameMenuBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
