Fixed amb1713 - The tiniest of tiny mixups in description orders.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402194
This commit is contained in:
Matt Woodrow 2008-05-25 20:50:11 +00:00
parent 29ee014a94
commit c9b320d645

View File

@ -337,9 +337,9 @@ native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:descripti
* @param cmd String containing command to register. * @param cmd String containing command to register.
* @param callback A function to use as a callback for when the command is invoked. * @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 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, * @param group String containing the command group to use. If empty,
* the plugin's filename will be used instead. * the plugin's filename will be used instead.
* @param description Optional description to use for help.
* @param flags Optional console flags. * @param flags Optional console flags.
* @noreturn * @noreturn
* @error Command name is the same as an existing convar. * @error Command name is the same as an existing convar.