Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
ace pb color
Browse files Browse the repository at this point in the history
  • Loading branch information
totles committed Feb 16, 2019
1 parent 0731860 commit 195e4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/surftimer/misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ public void CenterHudAlive(int client)
else if (g_fPersonalRecord[client] < 0.1)
{
// No Personal Best on map
Format(module[i], 128, "<font color='#5e81ac'>%s </font>", pAika);
Format(module[i], 128, "<font color='#88c0d0'>%s </font>", pAika);
}
else
{
Expand Down

0 comments on commit 195e4cd

Please sign in to comment.