From 044989ac4e46ce15137b27041681cd105bb07510 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Wed, 25 Jul 2018 18:44:17 +0300 Subject: [PATCH] Removed debug print. --- qcsrc/server/teamplay.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index c7fbacc48..400943a63 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -633,7 +633,7 @@ int TeamBalance_FindBestTeams(entity balance, entity player, bool use_score) void TeamBalance_JoinBestTeam(entity this) { - PrintToChatAll(sprintf("JoinBestTeam: %s, %f", this.netname)); + //PrintToChatAll(sprintf("JoinBestTeam: %s", this.netname)); // don't join a team if we're not playing a team game if (!teamplay) { -- 2.39.2