]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable the new beam by default
authorMario <mario@smbclan.net>
Thu, 12 Nov 2015 22:15:18 +0000 (08:15 +1000)
committerMario <mario@smbclan.net>
Thu, 12 Nov 2015 22:15:18 +0000 (08:15 +1000)
qcsrc/common/weapons/weapon/vaporizer.qc

index 34c2ccd2be1cdbf7bf554638ee61f5e304071d82..0d8db3c58dd890349af41655f6220b15a000f2f2 100644 (file)
@@ -75,7 +75,7 @@ void SendCSQCVaporizerBeamParticle(entity player, int hit) {
        WriteByte(MSG_BROADCAST, player.team);
 }
 #elif defined(CSQC)
-bool autocvar_cl_vaporizerbeam_particle = true;
+bool autocvar_cl_vaporizerbeam_particle = false;
 float autocvar_cl_vaporizerbeam_lifetime = 0.8;
 
 string Draw_VaporizerBeam_trace_callback_tex;