Update OnClientAuthorized function doc

This commit is contained in:
Nicholas Hastings
2014-09-09 17:56:29 -07:00
parent 9e6fcc7673
commit 775a35c5ab
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ namespace SourceMod
* @brief Called when a client has received authorization.
*
* @param client Index of the client.
* @param authstring Authorization string.
* @param authstring Client Steam2 id, if available, else engine auth id.
*/
virtual void OnClientAuthorized(int client, const char *authstring)
{