]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 10 Nov 2010 06:22:46 +0000 (07:22 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 10 Nov 2010 06:22:46 +0000 (07:22 +0100)
1  2 
qcsrc/server/cl_client.qc

index b9acee43c235f9b5219c5bcbe443fee1e17bc7c2,0fbf3971dff5bf5239ced7862f2a921bc1f926a4..1438d317c76947d9fd04cec4477a49f1d5b15e15
@@@ -1091,10 -1091,11 +1091,11 @@@ float ClientInit_SendEntity(entity to, 
                WriteString(MSG_ENTITY, "");
        WriteByte(MSG_ENTITY, self.count * 255.0); // g_balance_armor_blockpercent
        WriteByte(MSG_ENTITY, self.cnt * 255.0); // g_balance_weaponswitchdelay
 -      WriteCoord(MSG_ENTITY, self.bouncefactor); // g_balance_grenadelauncher_secondary_bouncefactor
 -      WriteCoord(MSG_ENTITY, self.bouncestop); // g_balance_grenadelauncher_secondary_bouncestop
 +      WriteCoord(MSG_ENTITY, self.bouncefactor); // g_balance_grenadelauncher_bouncefactor
 +      WriteCoord(MSG_ENTITY, self.bouncestop); // g_balance_grenadelauncher_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;
  }