From: Lyberta Date: Tue, 28 Nov 2017 10:10:13 +0000 (+0300) Subject: Grammar fix. X-Git-Tag: xonotic-v0.8.5~2415^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=81e20e950766fbcd29b4b4e7d1a2382d5d93b69a;p=xonotic%2Fxonotic-data.pk3dir.git Grammar fix. --- 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) {