Missing linebreaks on these prints.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2787 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
944d4db18c
commit
35854f67b8
1 changed files with 2 additions and 2 deletions
|
@ -1000,10 +1000,10 @@ void Cmd_MuteStream(cmdctxt_t *ctx)
|
|||
if (*val)
|
||||
{
|
||||
ctx->qtv->silentstream = atoi(val);
|
||||
Cmd_Printf(ctx, "Stream is now %smuted", ctx->qtv->silentstream?"un":"");
|
||||
Cmd_Printf(ctx, "Stream is now %smuted\n", ctx->qtv->silentstream?"un":"");
|
||||
}
|
||||
else
|
||||
Cmd_Printf(ctx, "Stream is currently %smuted", ctx->qtv->silentstream?"un":"");
|
||||
Cmd_Printf(ctx, "Stream is currently %smuted\n", ctx->qtv->silentstream?"un":"");
|
||||
}
|
||||
|
||||
#ifdef VIEWER
|
||||
|
|
Loading…
Reference in a new issue