mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 19:38:25 +00:00
Merge branch 'master' into reorg
This commit is contained in:
commit
3ef2cf3f0e
@ -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