]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
serverflags here too, forgot this file
authorRudolf Polzer <divverent@alientrap.org>
Tue, 9 Nov 2010 21:13:50 +0000 (22:13 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 9 Nov 2010 21:13:50 +0000 (22:13 +0100)
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;
 }