Skip to content

Commit

Permalink
Update MenuSocialWidget.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzOJamz committed Jan 7, 2025
1 parent 1311046 commit 61adaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/GUI/MenuSocialWidget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 61adaa6

Please sign in to comment.