Fix error description
As coded in aae7161273/core/logic/smn_players.cpp (L1405)
, its a "client not in game", not "client not connected".
This commit is contained in:
parent
c2b806563e
commit
6c4079cb94
@ -791,7 +791,7 @@ native void KickClientEx(int client, const char[] format="", any ...);
|
|||||||
*
|
*
|
||||||
* @param client Client index.
|
* @param client Client index.
|
||||||
* @param team Mod-specific team index.
|
* @param team Mod-specific team index.
|
||||||
* @error Invalid client index, client not connected, or lack of
|
* @error Invalid client index, client not in game, or lack of
|
||||||
* mod support.
|
* mod support.
|
||||||
*/
|
*/
|
||||||
native void ChangeClientTeam(int client, int team);
|
native void ChangeClientTeam(int client, int team);
|
||||||
|
Loading…
Reference in New Issue
Block a user