]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
serverflags here too, forgot this file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index 35eff19e6619e9ddcd6646918c0794616d139f63..0fbf3971dff5bf5239ced7862f2a921bc1f926a4 100644 (file)
@@ -1095,6 +1095,7 @@ float ClientInit_SendEntity(entity to, float sf)
        WriteCoord(MSG_ENTITY, self.bouncestop); // g_balance_grenadelauncher_secondary_bouncestop
        WriteByte(MSG_ENTITY, cvar("g_balance_nex_secondary")); // client has to know if it should zoom or not
        WriteByte(MSG_ENTITY, cvar("g_balance_campingrifle_secondary")); // client has to know if it should zoom or not
+       WriteByte(MSG_ENTITY, serverflags); // client has to know if it should zoom or not
        return TRUE;
 }