]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qc
Revert "weapon_railgun should spawn a nex, not a sniper rifle!", as this makes too...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qc
index ec89824d80afecca9bc314de12523e58c0809113..836f2069a8eef4bc80386f8e3b1ad4252c98463e 100644 (file)
@@ -1110,6 +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
+       WriteCoord(MSG_ENTITY, autocvar_g_trueaim_minrange);
        return TRUE;
 }