]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_models.qc
Net: register all types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_models.qc
index eecb046b63f9974ae3c6ec7177835fc2981a1848..5a361a7a86fa19c858cc9fb0f00514ef11aef804 100644 (file)
@@ -90,7 +90,7 @@ bool g_clientmodel_genericsendentity(entity this, entity to, int sf)
        if(self.lodmodelindex1)
                sf |= 0x80;
 
-       WriteByte(MSG_ENTITY, ENT_CLIENT_WALL);
+       WriteHeader(MSG_ENTITY, ENT_CLIENT_WALL);
        WriteByte(MSG_ENTITY, sf);
 
        if(sf & BIT(0))