mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-12-02 08:31:55 +00:00
again
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2303 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
992102c76c
commit
e0c705b4a8
1 changed files with 1 additions and 1 deletions
|
@ -1720,7 +1720,7 @@ void SV_MVDEasyRecord_f (void)
|
||||||
Check_DemoDir();
|
Check_DemoDir();
|
||||||
|
|
||||||
c = Cmd_Argc();
|
c = Cmd_Argc();
|
||||||
if (c < 2)
|
if (c > 2)
|
||||||
{
|
{
|
||||||
Con_Printf ("easyrecord [demoname]\n");
|
Con_Printf ("easyrecord [demoname]\n");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue