don't redirect output for the pause command

This commit is contained in:
Bill Currie 2001-02-07 18:33:38 +00:00
parent c935512294
commit 5471165397
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ ucmd_t ucmds[] = {
// issued by hand at client consoles
{"rate", SV_Rate_f},
{"kill", SV_Kill_f, 1},
{"pause", SV_Pause_f},
{"pause", SV_Pause_f, 1},
{"msg", SV_Msg_f},
{"say", SV_Say_f, 1},