GetClientSerial does not have @error documentation

Native "GetClientSerial" reported: Client index 0 is invalid
This commit is contained in:
iNilo 2016-02-25 15:06:23 +01:00
parent c81e1865e0
commit 11253eae1c

View File

@ -821,6 +821,7 @@ native ChangeClientTeam(client, team);
*
* @param client Client index.
* @return Serial number.
* @error Invalid client index, or client not connected.
*/
native GetClientSerial(client);