mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +00:00
csgo doesn't need the quadruple percent-sign
This commit is contained in:
parent
0f66a081a3
commit
474627e437
@ -1480,7 +1480,7 @@ int AddHUDToBuffer_CSGO(int client, huddata_t data, char[] buffer, int maxlen)
|
|||||||
{
|
{
|
||||||
if((gI_HUD2Settings[client] & HUD2_SYNC) == 0)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user