From 547116539777fd1afa1b5be416aca1c28c2887db Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 7 Feb 2001 18:33:38 +0000 Subject: [PATCH] don't redirect output for the pause 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 3be36a4..e3dfccf 100644 --- a/source/sv_user.c +++ b/source/sv_user.c @@ -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},