From b0f5b985bbb5e04b20a569c85f39c174c7501667 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 7 Jul 2007 20:48:20 +0000 Subject: [PATCH] renamed TE_SendToOne to TE_SendToClient --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401059 --- plugins/include/sdktools_tempents.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdktools_tempents.inc b/plugins/include/sdktools_tempents.inc index 8a34f90d..2079216d 100644 --- a/plugins/include/sdktools_tempents.inc +++ b/plugins/include/sdktools_tempents.inc @@ -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];