From 5dd67c06be471744eea9dd50467231fa2ad2e4fd Mon Sep 17 00:00:00 2001 From: Technoblazed Date: Sat, 5 Nov 2016 19:59:02 +0000 Subject: [PATCH] Fix hud --- scripting/shavit-hud.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/shavit-hud.sp b/scripting/shavit-hud.sp index 0a08c9d7..731c15a7 100644 --- a/scripting/shavit-hud.sp +++ b/scripting/shavit-hud.sp @@ -506,7 +506,7 @@ void UpdateHUD(int client) char[] sFormatNPaused = new char[64]; FormatEx(sFormatPaused, 64, "%T %d\t", "HudPaused", client, iPotentialRank); FormatEx(sFormatNPaused, 64, "%s %d\t", sTime, iPotentialRank); - Format(sHintText, 512, "%s%T: %s (%d)", sHintText, "HudTimeText", client, sColor, (tStatus == Timer_Paused)? sFormatPaused:sFormatNPaused); + Format(sHintText, 512, "%s%T: %s", sHintText, "HudTimeText", client, sColor, (tStatus == Timer_Paused)? sFormatPaused:sFormatNPaused); } if(fPB > 0.0)