From bf5a50b8c4f11b6207b5188f53a344ebd16ff63b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 15 Jul 2007 18:55:13 +0000 Subject: [PATCH] renamed "user" to "client" --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401126 --- plugins/include/console.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index daef8dc7..a92c2430 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -599,12 +599,12 @@ native bool:ReadCommandIterator(Handle:iter, descLen=0); /** - * Returns whether a user has access to a command. This takes into account + * Returns whether a client has access to a command. This takes into account * the override system built into SourceMod. * * @param client Client index. * @param command Command name. * @param flags Default command flags. - * @return True if the user has access, false otherwise. + * @return True if the client has access, false otherwise. */ native bool:CheckCommandAccess(client, const String:command[], flags);