csgo doesn't need the quadruple percent-sign

This commit is contained in:
rtldg 2021-10-11 14:55:23 +00:00
parent 0f66a081a3
commit 474627e437

View File

@ -1480,7 +1480,7 @@ int AddHUDToBuffer_CSGO(int client, huddata_t data, char[] buffer, int maxlen)
{
if((gI_HUD2Settings[client] & HUD2_SYNC) == 0)
{
FormatEx(sLine, 128, "%d %T (%.1f%%%%)", data.iStrafes, "HudStrafeText", client, data.fSync);
FormatEx(sLine, 128, "%d %T (%.1f%%)", data.iStrafes, "HudStrafeText", client, data.fSync);
}
else
{