renamed TE_SendToOne to TE_SendToClient

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401059
This commit is contained in:
David Anderson 2007-07-07 20:48:20 +00:00
parent 26f93c4b50
commit b0f5b985bb

View File

@ -143,7 +143,7 @@ stock TE_SendToAll(Float:delay=0.0)
* @noreturn
* @error Invalid client index or client not in game.
*/
stock TE_SendToOne(client, Float:delay=0.0)
stock TE_SendToClient(client, Float:delay=0.0)
{
new players[1];