Skip to content

Commit a4b3ec8

Browse files
committed
FiveM: Fix invalid color for some menu elements
1 parent 80e0127 commit a4b3ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MenuAPI/Menu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ internal async void Draw()
12531253
}
12541254
else
12551255
{
1256-
AddTextComponentSubstringPlayerName("~HUD_COLOUR_HB_BLUE~" + MenuSubtitle.ToUpper());
1256+
AddTextComponentSubstringPlayerName("~HUD_COLOUR_FREEMODE~" + MenuSubtitle.ToUpper());
12571257
}
12581258

12591259
if (LeftAligned)
@@ -1305,7 +1305,7 @@ internal async void Draw()
13051305
}
13061306
else
13071307
{
1308-
AddTextComponentSubstringPlayerName("~HUD_COLOUR_HB_BLUE~" + counterText.ToUpper());
1308+
AddTextComponentSubstringPlayerName("~HUD_COLOUR_FREEMODE~" + counterText.ToUpper());
13091309
}
13101310
if (LeftAligned)
13111311
{

0 commit comments

Comments
 (0)