]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientcommands.qc
Merge remote-tracking branch 'origin/MaidenBeast/italian_translation'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientcommands.qc
index 40e0fcd469723d9bcae56b594a7cb8b3c6ca863f..f61fecf50754996d656e51c65234380598ea42c2 100644 (file)
@@ -25,6 +25,9 @@ float Nagger_SendEntity(entity to, float sendflags)
        if(sendflags & 128)
                nags |= 128;
 
+       if(!(nags & 4)) // no vote called? send no string
+               nags &~= 128;
+
        WriteByte(MSG_ENTITY, nags);
 
        if(nags & 128)