]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Grammar fix.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index 00cf58e26567e8978dd89a5c93d12cea5726291f..82977e6da541ab024ec9fc1d470ca4be1be1c036 100644 (file)
@@ -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)
        {