summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index d3b36804..eb8f6714 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -871,7 +871,7 @@ void G_Say( gentity_t *ent, gentity_t *target, int mode, const char *chatText )
break;
}
- Com_sprintf( text, sizeof( text ), "%s^7", chatText );
+ Q_strncpyz( text, chatText, sizeof( text ) );
if( target )
{