Removed unused parameter in ZRTeamHasClients.

This commit is contained in:
Greyscale 2009-04-18 01:50:27 +02:00
parent 824ff32cd4
commit c510da249c

View File

@ -230,7 +230,7 @@ bool:ZRIsClientOnTeam(client, team = -1)
* *
* @param team (Optional) Team to check if there are clients on. * @param team (Optional) Team to check if there are clients on.
*/ */
bool:ZRTeamHasClients(team = -1, bool:alive = false) bool:ZRTeamHasClients(team = -1)
{ {
// If team is // If team is
if (team == -1) if (team == -1)