From 81e20e950766fbcd29b4b4e7d1a2382d5d93b69a Mon Sep 17 00:00:00 2001 From: Lyberta Date: Tue, 28 Nov 2017 13:10:13 +0300 Subject: [PATCH] Grammar fix. --- 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 00cf58e26..82977e6da 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -864,7 +864,7 @@ void JoinBestTeam(entity this, bool force_best_team) // find out what teams are available CheckAllowedTeams(this); - // if we don't care what team they ends up on, put them on whatever team they entered as. + // if we don't care what team they end up on, put them on whatever team they entered as. // if they're not on a valid team, then let other code put them on the smallest team if (!force_best_team) { -- 2.39.2