]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorSamual <samual@xonotic.org>
Tue, 22 Feb 2011 06:02:45 +0000 (01:02 -0500)
committerSamual <samual@xonotic.org>
Tue, 22 Feb 2011 06:02:45 +0000 (01:02 -0500)
qcsrc/server/cl_client.qc

index 543df17c0eeb08e8eb2198d3239e6285288bb1ae..0aa1186de94fa5d803c3040724851cfc3187e996 100644 (file)
@@ -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;
 }