From a628f370e4a36933fe38941ad528abd840e1845d Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Sun, 25 May 2008 20:49:42 +0000 Subject: [PATCH] Fixed amb1713 - The tiniest of tiny mixups in description orders. --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402193 --- 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 8434521d..39122a27 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.