X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcontrolpoint.qc;h=74494b7ee9c400e61562c83e0782cf6df97df643;hb=1d70346809dd33b32864b3832662878077588e4b;hp=ceeb4f185b3fd846af054373f3c70ae5e7aa7c93;hpb=011c85517b7460bf24e2c350fcd742006359f71f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/controlpoint.qc b/qcsrc/server/controlpoint.qc index ceeb4f185..74494b7ee 100644 --- a/qcsrc/server/controlpoint.qc +++ b/qcsrc/server/controlpoint.qc @@ -6,7 +6,7 @@ bool cpicon_send(entity this, entity to, int sf) { - WriteByte(MSG_ENTITY, ENT_CLIENT_CONTROLPOINT_ICON); + WriteHeader(MSG_ENTITY, ENT_CLIENT_CONTROLPOINT_ICON); WriteByte(MSG_ENTITY, sf); if(sf & CPSF_SETUP) {