Gave OnClientAuthorized() its meds.

This commit is contained in:
Fyren 2009-03-18 18:34:46 -07:00
parent a1727cc047
commit 9a77e6b3cc

View File

@ -129,9 +129,8 @@ forward OnClientSettingsChanged(client);
/**
* Called when a client receives a Steam ID. The state of a client's
* authorization via Steam or as an admin is not guaranteed here.
* Use OnClientAuthorized() or OnClientPostAdminCheck() for those,
* respectively.
* authorization as an admin is not guaranteed here. Use
* OnClientPostAdminCheck() if you need a client's admin status.
*
* This is called by bots, but the ID will be "BOT".
*