Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
remove 3,2,1 timeleft
Browse files Browse the repository at this point in the history
is buggy anyway and sync is not right
  • Loading branch information
totles committed Feb 16, 2019
1 parent b69f73c commit 6f73aca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addons/sourcemod/scripting/surftimer/timer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6f73aca

Please sign in to comment.