Gave OnClientAuthorized() its meds.
This commit is contained in:
parent
a1727cc047
commit
9a77e6b3cc
@ -129,9 +129,8 @@ forward OnClientSettingsChanged(client);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a client receives a Steam ID. The state of a client's
|
* 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.
|
* authorization as an admin is not guaranteed here. Use
|
||||||
* Use OnClientAuthorized() or OnClientPostAdminCheck() for those,
|
* OnClientPostAdminCheck() if you need a client's admin status.
|
||||||
* respectively.
|
|
||||||
*
|
*
|
||||||
* This is called by bots, but the ID will be "BOT".
|
* This is called by bots, but the ID will be "BOT".
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user