mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
don't redirect output for the pause command
This commit is contained in:
parent
c935512294
commit
5471165397
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@ ucmd_t ucmds[] = {
|
||||||
// issued by hand at client consoles
|
// issued by hand at client consoles
|
||||||
{"rate", SV_Rate_f},
|
{"rate", SV_Rate_f},
|
||||||
{"kill", SV_Kill_f, 1},
|
{"kill", SV_Kill_f, 1},
|
||||||
{"pause", SV_Pause_f},
|
{"pause", SV_Pause_f, 1},
|
||||||
{"msg", SV_Msg_f},
|
{"msg", SV_Msg_f},
|
||||||
|
|
||||||
{"say", SV_Say_f, 1},
|
{"say", SV_Say_f, 1},
|
||||||
|
|
Loading…
Reference in a new issue