summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index c8fd701b..876d75a6 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1526,7 +1526,7 @@ void G_SendGameStat( pTeam_t team )
}
Com_sprintf( entry, MAX_STRING_CHARS,
- " %s %c %d %d %d",
+ " \"%s\" %c %d %d %d",
cl->pers.netname,
teamChar,
cl->ps.persistant[ PERS_SCORE ],