diff --git a/Content/GUI/MenuSocialWidget.cs b/Content/GUI/MenuSocialWidget.cs index fda3cde..23981c6 100644 --- a/Content/GUI/MenuSocialWidget.cs +++ b/Content/GUI/MenuSocialWidget.cs @@ -62,7 +62,7 @@ private static void MainDrawVersionNumber_Detour(On_Main.orig_DrawVersionNumber if (_isDiscordClientRunning) { FakeItem.SetDefaults(0, true); - const string textValue = "[c/FFFFFF:Discord client detected!]\n[c/BDB8C4:Click to go directly to the server!]"; + const string textValue = "[c/FFFFFF:Discord client detected!]\n[c/BABAC6:Click to go directly to the server!]"; FakeItem.SetNameOverride(textValue); FakeItem.type = ItemID.IronPickaxe; FakeItem.scale = 0f;