🎨 Change to TF2_ChangeClientTeam
This commit is contained in:
parent
f772c88eed
commit
20b5f76572
@ -331,14 +331,14 @@ stock TFTeam:TF2_GetClientTeam(client)
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a client's current team.
|
||||
* Changes a client's current team.
|
||||
*
|
||||
* @param client Client index.
|
||||
* @param team TFTeam team symbol.
|
||||
* @noreturn
|
||||
* @error Invalid client index.
|
||||
*/
|
||||
stock TF2_SetClientTeam(client, TFTeam:team)
|
||||
stock TF2_ChangeClientTeam(client, TFTeam:team)
|
||||
{
|
||||
ChangeClientTeam(client, _:team);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user