]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Make the legacy announcer code useless/strip most of it out
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 5322371f9b605fe4052bfa56b327e7a655dbfb74..a13ca51b9142c1c469cd8ddb7092b12515419fb4 100644 (file)
@@ -7,14 +7,9 @@ void send_CSQC_teamnagger() {
 }
 
 
-void AnnounceTo(entity e, string snd) {
-       if (clienttype(e) == CLIENTTYPE_REAL)
-       {
-               msg_entity = e;
-               WriteByte(MSG_ONE, SVC_TEMPENTITY);
-               WriteByte(MSG_ONE, TE_CSQC_ANNOUNCE);
-               WriteString(MSG_ONE, snd);
-       }
+void AnnounceTo(entity e, string snd)
+{
+       // foobar
 }
 
 float ClientData_Send(entity to, float sf)