Fix serverside issue with the second+ dpp7 download failing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5469 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1dd8153998
commit
00ab3f5998
3 changed files with 3 additions and 2 deletions
|
@ -4768,8 +4768,6 @@ void COM_InitArgv (int argc, const char **argv) //not allowed to tprint
|
|||
largv[com_argc] = argv[com_argc];
|
||||
if (!Q_strcmp ("-safe", argv[com_argc]))
|
||||
safe = true;
|
||||
|
||||
printf("Arg %i: %s\n", com_argc, argv[com_argc]);
|
||||
}
|
||||
|
||||
if (safe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue