From 464ca76e23d611222d6c5025c84c876a2f7ac9bd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 18 Jan 2001 10:41:03 +0000 Subject: [PATCH] don't redirect for the download command --- source/sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sv_user.c b/source/sv_user.c index d6bc782..32ee02a 100644 --- a/source/sv_user.c +++ b/source/sv_user.c @@ -1217,7 +1217,7 @@ ucmd_t ucmds[] = { {"serverinfo", SV_ShowServerinfo_f}, - {"download", SV_BeginDownload_f}, + {"download", SV_BeginDownload_f, 1}, {"nextdl", SV_NextDownload_f}, {"ptrack", SV_PTrack_f}, // ZOID - used with autocam