From c9b320d6455583303b2efb6e9f6781e92489140e Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sun, 25 May 2008 20:50:11 +0000 Subject: [PATCH] Fixed amb1713 - The tiniest of tiny mixups in description orders. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402194 --- plugins/include/console.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index 8d520828..d8d6146f 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -337,9 +337,9 @@ native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:descripti * @param cmd String containing command to register. * @param callback A function to use as a callback for when the command is invoked. * @param adminflags Administrative flags (bitstring) to use for permissions. + * @param description Optional description to use for help. * @param group String containing the command group to use. If empty, * the plugin's filename will be used instead. - * @param description Optional description to use for help. * @param flags Optional console flags. * @noreturn * @error Command name is the same as an existing convar.