git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2303 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-05-28 23:32:16 +00:00
parent 992102c76c
commit e0c705b4a8
1 changed files with 1 additions and 1 deletions

View File

@ -1720,7 +1720,7 @@ void SV_MVDEasyRecord_f (void)
Check_DemoDir();
c = Cmd_Argc();
if (c < 2)
if (c > 2)
{
Con_Printf ("easyrecord [demoname]\n");
return;