Removed a debug log message

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401460
This commit is contained in:
Michael McKoy 2007-09-22 18:02:42 +00:00
parent a41428c1d3
commit c49555b174

View File

@ -177,10 +177,7 @@ public Event_RoundEnd(Handle:event, const String:name[], bool:dontBroadcast)
}
static score[2];
score[team - 2]++;
LogMessage("[MC] Team scored! %d - %d", score[0], score[1]);
if (g_Cvar_Winlimit != INVALID_HANDLE)
{