Removed unused parameter in ZRTeamHasClients.

This commit is contained in:
Greyscale 2009-04-18 01:50:27 +02:00
parent 824ff32cd4
commit c510da249c
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ bool:ZRIsClientOnTeam(client, team = -1)
*
* @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 == -1)