Fix error description
As coded in https://github.com/alliedmodders/sourcemod/blob/aae71612731eaa6771067a31f3a7ad34bdb0df28/core/logic/smn_players.cpp#L1405, its a "client not in game", not "client not connected".
This commit is contained in:
@@ -791,7 +791,7 @@ native void KickClientEx(int client, const char[] format="", any ...);
|
||||
*
|
||||
* @param client Client 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.
|
||||
*/
|
||||
native void ChangeClientTeam(int client, int team);
|
||||
|
||||
Reference in New Issue
Block a user