send nails2 to the mvd and qtv recorders, NOT to the client. d'oh

This commit is contained in:
Bill Currie 2007-04-07 13:52:26 +00:00 committed by Jeff Teunissen
parent 662bc6e0c4
commit eaa79afe64
1 changed files with 1 additions and 1 deletions

View File

@ -870,5 +870,5 @@ SV_WriteEntitiesToClient (delta_t *delta, sizebuf_t *msg)
SV_EmitPacketEntities (delta, pack, msg, stdver);
// now add the specialized nail update
SV_EmitNailUpdate (msg, delta->client != 0);
SV_EmitNailUpdate (msg, !delta->client);
}