From: Rudolf Polzer Date: Tue, 9 Nov 2010 21:13:50 +0000 (+0100) Subject: serverflags here too, forgot this file X-Git-Tag: xonotic-v0.1.0preview~167^2~1 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=3d7d3b82f34cd86394df29f89e5d5c43758cde26;p=xonotic%2Fxonotic-data.pk3dir.git serverflags here too, forgot this file --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 35eff19e6..0fbf3971d 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -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; }