diff --git a/qw/source/sv_ents.c b/qw/source/sv_ents.c index ef873e4cf..1241e9312 100644 --- a/qw/source/sv_ents.c +++ b/qw/source/sv_ents.c @@ -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); }