shavit-hud.sp - change % in message to the other percent character lol

This commit is contained in:
mourningsickness 2025-08-11 18:17:53 -07:00 committed by GitHub
parent 2c8d1e3bb7
commit 0bdcd88199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
{