X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientcommands.qc;h=f61fecf50754996d656e51c65234380598ea42c2;hb=ebed481df2d55bd4eb41b5b583574cedb4766d79;hp=40e0fcd469723d9bcae56b594a7cb8b3c6ca863f;hpb=562cba9b843ea3d6a11e71aaa416fabfb9fbb30d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/clientcommands.qc b/qcsrc/server/clientcommands.qc index 40e0fcd46..f61fecf50 100644 --- a/qcsrc/server/clientcommands.qc +++ b/qcsrc/server/clientcommands.qc @@ -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)