aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/sv_snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/server/sv_snapshot.c')
-rw-r--r--code/server/sv_snapshot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/server/sv_snapshot.c b/code/server/sv_snapshot.c
index 80b6af4..71fdc8b 100644
--- a/code/server/sv_snapshot.c
+++ b/code/server/sv_snapshot.c
@@ -653,6 +653,10 @@ void SV_SendClientSnapshot( client_t *client ) {
// Add any download data if the client is downloading
SV_WriteDownloadToClient( client, &msg );
+#if USE_VOIP
+ SV_WriteVoipToClient( client, &msg );
+#endif
+
// check for overflow
if ( msg.overflowed ) {
Com_Printf ("WARNING: msg overflowed for %s\n", client->name);