]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qc
Net: register all types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qc
index 20ff100580faf5ef32f720dc4c8f0394feb996e1..1acfa8042c11c0a23ac84771570607ea42965aee 100644 (file)
@@ -866,6 +866,12 @@ void Ent_MapVote()
                MapVote_UpdateVotes();
 }
 
+NET_HANDLE(TE_CSQC_PICTURE, bool isNew)
+{
+       Net_MapVote_Picture();
+       return true;
+}
+
 void Net_MapVote_Picture()
 {
        int type = ReadByte();