Removed unused parameter in ZRTeamHasClients.
This commit is contained in:
parent
824ff32cd4
commit
c510da249c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user