mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
send nails2 to the mvd and qtv recorders, NOT to the client. d'oh
This commit is contained in:
parent
662bc6e0c4
commit
eaa79afe64
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue