fixed usage text for sm_play command

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401219
This commit is contained in:
Scott Ehlert 2007-07-30 04:55:35 +00:00
parent 8e5d8881df
commit 43c39f509f

View File

@ -48,7 +48,7 @@ public Action:Command_Play(client, args)
{
if(args < 2)
{
ReplyToCommand(client, "[SM] Usage: sm_burn <#userid|name> [sound]");
ReplyToCommand(client, "[SM] Usage: sm_play <#userid|name> [sound]");
}
decl String:Arg[65];