Removed a debug log message
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401460
This commit is contained in:
parent
a41428c1d3
commit
c49555b174
@ -177,11 +177,8 @@ public Event_RoundEnd(Handle:event, const String:name[], bool:dontBroadcast)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static score[2];
|
static score[2];
|
||||||
|
|
||||||
score[team - 2]++;
|
score[team - 2]++;
|
||||||
|
|
||||||
LogMessage("[MC] Team scored! %d - %d", score[0], score[1]);
|
|
||||||
|
|
||||||
if (g_Cvar_Winlimit != INVALID_HANDLE)
|
if (g_Cvar_Winlimit != INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
new winlimit = GetConVarInt(g_Cvar_Winlimit);
|
new winlimit = GetConVarInt(g_Cvar_Winlimit);
|
||||||
|
Loading…
Reference in New Issue
Block a user