From 6f73aca9b84105f0f883c1e257859af54510cc80 Mon Sep 17 00:00:00 2001 From: totles Date: Sun, 17 Feb 2019 00:10:06 +0100 Subject: [PATCH] remove 3,2,1 timeleft is buggy anyway and sync is not right --- addons/sourcemod/scripting/surftimer/timer.sp | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/sourcemod/scripting/surftimer/timer.sp b/addons/sourcemod/scripting/surftimer/timer.sp index 276668f..ebdcd72 100644 --- a/addons/sourcemod/scripting/surftimer/timer.sp +++ b/addons/sourcemod/scripting/surftimer/timer.sp @@ -176,9 +176,6 @@ public Action CKTimer2(Handle timer) case 60:CPrintToChatAll("%t", "TimeleftSeconds", g_szChatPrefix, g_szMapName, timeleft); case 30:CPrintToChatAll("%t", "TimeleftSeconds", g_szChatPrefix, g_szMapName, timeleft); case 10:CPrintToChatAll("%t", "TimeleftSeconds", g_szChatPrefix, g_szMapName, timeleft); - case - 1:CPrintToChatAll("%t", "TimeleftCounter", g_szChatPrefix, g_szMapName, 3); - case - 2:CPrintToChatAll("%t", "TimeleftCounter", g_szChatPrefix, g_szMapName, 2); - case - 3: { if (!g_bRoundEnd) {