]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/net.qh
fix issue 1994 in a better way
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / net.qh
index c1edb5cd3a3600dc60dfd15915509aadd1458513..7b3f581b38f059cd4e4252905ae0dcf243983209 100644 (file)
@@ -107,7 +107,6 @@ STATIC_INIT(C2S_Protocol_renumber) { FOREACH(C2S_Protocol, true, it.m_id = i); }
 #ifdef SVQC
        const int MSG_ENTITY = 5;
 
-       .int Version;  // deprecated, use SendFlags
        .int SendFlags;
 
        IntrusiveList g_uncustomizables;