From: Samual Date: Tue, 22 Feb 2011 06:02:45 +0000 (-0500) Subject: Fix typo X-Git-Tag: xonotic-v0.5.0~309^2~17^2^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=442dfa64f41c4cb273b702bbbcf36764e1b536de;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/server/cl_client.qc b/qcsrc/server/cl_client.qc index 543df17c0..0aa1186de 100644 --- a/qcsrc/server/cl_client.qc +++ b/qcsrc/server/cl_client.qc @@ -1110,7 +1110,7 @@ float ClientInit_SendEntity(entity to, float sf) WriteByte(MSG_ENTITY, autocvar_g_balance_sniperrifle_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 WriteByte(MSG_ENTITY, autocvar_g_balance_sniperrifle_magazinecapacity); // rifle max bullets - WriteByte(MSG_ENTITY, autocvar_g_balance_minelayer_limit); // rifle max bullets + WriteByte(MSG_ENTITY, autocvar_g_balance_minelayer_limit); // minelayer max mines WriteCoord(MSG_ENTITY, autocvar_g_trueaim_minrange); return TRUE; }