From: Lyberta Date: Wed, 25 Jul 2018 15:44:17 +0000 (+0300) Subject: Removed debug print. X-Git-Tag: xonotic-v0.8.5~1899^2~19 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=044989ac4e46ce15137b27041681cd105bb07510 Removed debug print. --- 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) {