mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
don't redirect for the download command
This commit is contained in:
parent
fc70d429bb
commit
464ca76e23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue