]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Removed debug print.
authorLyberta <lyberta@lyberta.net>
Wed, 25 Jul 2018 15:44:17 +0000 (18:44 +0300)
committerLyberta <lyberta@lyberta.net>
Wed, 25 Jul 2018 15:44:17 +0000 (18:44 +0300)
qcsrc/server/teamplay.qc

index c7fbacc488b2cf2935994851b7b437e96a215420..400943a636b3ad5c0b22c0d4fe960b792f4c26f3 100644 (file)
@@ -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)
        {