diff options
Diffstat (limited to 'source/sv_game.c')
-rw-r--r-- | source/sv_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_game.c b/source/sv_game.c index dae19d9..f09d891 100644 --- a/source/sv_game.c +++ b/source/sv_game.c @@ -208,7 +208,7 @@ static void PF_cprintf( edict_t *ent, int level, const char *fmt, ... ) { } if( !ent ) { - Com_Printf( "%s", msg ); + Com_LPrintf( level == PRINT_CHAT ? PRINT_TALK : PRINT_ALL, "%s", msg ); return; } |