fixed amb1476 - sm_sql_addgroup params were backwards

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401907
This commit is contained in:
David Anderson 2008-03-01 05:18:26 +00:00
parent b144620eeb
commit a87628654d

View File

@ -606,7 +606,7 @@ public Action:Command_AddGroup(client, args)
{
if (args < 2)
{
ReplyToCommand(client, "[SM] Usage: sm_sql_addgroup <name> <flags> [immunity]");
ReplyToCommand(client, "[SM] Usage: sm_sql_addgroup <flags> <name> [immunity]");
return Plugin_Handled;
}