mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
shavit-hud.sp - change % in message to the other percent character lol
This commit is contained in:
parent
2c8d1e3bb7
commit
0bdcd88199
@ -1371,7 +1371,7 @@ int AddHUDToBuffer_Source2013(int client, huddata_t data, char[] buffer, int max
|
||||
{
|
||||
if (!Shavit_GetStyleSettingBool(data.iStyle, "autobhop") && (gI_HUD2Settings[client] & HUD2_PERFS) == 0)
|
||||
{
|
||||
FormatEx(sLine, 128, "%T: %d (%.1f%)", "HudJumpsText", client, data.iJumps, Shavit_GetPerfectJumps(data.iTarget));
|
||||
FormatEx(sLine, 128, "%T: %d (%.1f%)", "HudJumpsText", client, data.iJumps, Shavit_GetPerfectJumps(data.iTarget));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user