]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
0 == MSG_BROADCAST
authorRudolf Polzer <divverent@alientrap.org>
Fri, 24 Dec 2010 22:56:19 +0000 (23:56 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Dec 2010 22:56:19 +0000 (23:56 +0100)
qcsrc/server/cl_client.qc

index 98b512b9649dda0d5be5ebdce6bedfd258a2e2ad..15fd10b8ff16925903bbd9a7a5332726a9f8088a 100644 (file)
@@ -2,8 +2,8 @@ void race_send_recordtime(float msg);
 void race_SendRankings(float pos, float prevpos, float del, float msg);
 
 void send_CSQC_teamnagger() {
-       WriteByte(0, SVC_TEMPENTITY);
-       WriteByte(0, TE_CSQC_TEAMNAGGER);
+       WriteByte(MSG_BROADCAST, SVC_TEMPENTITY);
+       WriteByte(MSG_BROADCAST, TE_CSQC_TEAMNAGGER);
 }
 
 void Announce(string snd) {