We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0127 commit a4b3ec8Copy full SHA for a4b3ec8
MenuAPI/Menu.cs
@@ -1253,7 +1253,7 @@ internal async void Draw()
1253
}
1254
else
1255
{
1256
- AddTextComponentSubstringPlayerName("~HUD_COLOUR_HB_BLUE~" + MenuSubtitle.ToUpper());
+ AddTextComponentSubstringPlayerName("~HUD_COLOUR_FREEMODE~" + MenuSubtitle.ToUpper());
1257
1258
1259
if (LeftAligned)
@@ -1305,7 +1305,7 @@ internal async void Draw()
1305
1306
1307
1308
- AddTextComponentSubstringPlayerName("~HUD_COLOUR_HB_BLUE~" + counterText.ToUpper());
+ AddTextComponentSubstringPlayerName("~HUD_COLOUR_FREEMODE~" + counterText.ToUpper());
1309
1310
1311
0 commit comments