Removed a few debug messages from mapchooser
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402476
This commit is contained in:
parent
094acb1039
commit
bf5ee181fa
@ -351,16 +351,12 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user