prefix expected rank with #

This commit is contained in:
rtldg 2022-01-15 12:54:00 +00:00
parent ecbc7edca2
commit 062efd4772

View File

@ -1312,7 +1312,7 @@ int AddHUDToBuffer_Source2013(int client, huddata_t data, char[] buffer, int max
if((gI_HUD2Settings[client] & HUD2_RANK) == 0)
{
FormatEx(sLine, 128, "%T: %s%s (%d)", "HudTimeText", client, sTime, sTimeDiff, data.iRank);
FormatEx(sLine, 128, "%T: %s%s (#%d)", "HudTimeText", client, sTime, sTimeDiff, data.iRank);
}
else
{