From bf5ee181fa265c08b124f1063c3f669a4568a712 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Wed, 27 Aug 2008 01:00:01 +0000 Subject: [PATCH] Removed a few debug messages from mapchooser --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402476 --- plugins/mapchooser.sp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/mapchooser.sp b/plugins/mapchooser.sp index c863ce75..ed97a930 100644 --- a/plugins/mapchooser.sp +++ b/plugins/mapchooser.sp @@ -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;