]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove old debug
authorSamual <samual@xonotic.org>
Mon, 23 Jul 2012 16:04:47 +0000 (12:04 -0400)
committerSamual <samual@xonotic.org>
Mon, 23 Jul 2012 16:04:47 +0000 (12:04 -0400)
qcsrc/server/w_laser.qc

index f908798360170153e0e5e316cf86e46655f4ab38..6419b99c118d0896861bb6b974023486b447c4dc 100644 (file)
@@ -252,9 +252,6 @@ void W_Laser_Melee_Think(void)
                                v_forward * autocvar_g_balance_laser_secondary_force);
                                
                        if(accuracy_isgooddamage(self.realowner, target_victim)) { accuracy_add(self.realowner, WEP_LASER, 0, swing_damage); }
-                               
-                       // draw large red flash for debugging
-                       //te_customflash(targpos, 200, 2, '15 0 0');
                        
                        if(autocvar_g_balance_laser_secondary_melee_multihit) // allow multiple hits with one swing, but not against the same player twice.
                        {