From 54640a1fd04b3a4f16ba500e7302a446a6b7121b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 3 Mar 2008 15:27:27 +0000 Subject: [PATCH] amb1502 - fixed typo --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401924 --- plugins/include/sdktools_functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdktools_functions.inc b/plugins/include/sdktools_functions.inc index 61eb4754..e85f544a 100644 --- a/plugins/include/sdktools_functions.inc +++ b/plugins/include/sdktools_functions.inc @@ -124,7 +124,7 @@ native SlapPlayer(client, health=5, bool:sound=true); /** * Searches for an entity by classname. * - * @param startEnt The entity index to begin searching from. + * @param startEnt The entity index after which to begin searching from. * Use -1 to start from the first entity. * @param classname Classname of the entity to find. * @return Entity index >= 0 if found, -1 otherwise.