Removed a few debug messages from mapchooser

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402476
This commit is contained in:
Matt Woodrow 2008-08-27 01:00:01 +00:00
parent 094acb1039
commit bf5ee181fa

View File

@ -352,15 +352,11 @@ public Event_TeamPlayWinPanel(Handle:event, const String:name[], bool:dontBroadc
new bluescore = GetEventInt(event, "blue_score");
new redscore = GetEventInt(event, "red_score");
LogMessage("Win Panel Detected - Red Score %i, Blue Score %i", redscore, bluescore);
if(GetEventInt(event, "round_complete") == 1 || StrEqual(name, "arena_win_panel"))
{
g_TotalRounds++;
CheckMaxRounds(g_TotalRounds);
LogMessage("Round Completed! rounds %i", g_TotalRounds);
if (!GetArraySize(g_MapList) || g_HasVoteStarted || g_MapVoteCompleted || !GetConVarBool(g_Cvar_EndOfMapVote))
{
return;