]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove whitespace
authorSamual Lenks <samual@xonotic.org>
Mon, 10 Jun 2013 01:06:24 +0000 (21:06 -0400)
committerSamual Lenks <samual@xonotic.org>
Mon, 10 Jun 2013 01:06:24 +0000 (21:06 -0400)
qcsrc/server/w_laser.qc

index fbee70985b255b6add698093d396b94b80c06b48..c331c5b525573b4ac8febdc2b1edc56129479e39 100644 (file)
@@ -42,7 +42,6 @@ void W_Laser_Touch()
        
        if(self.dmg)
                RadiusDamage(self, self.realowner, autocvar_g_balance_laser_secondary_damage, autocvar_g_balance_laser_secondary_edgedamage, autocvar_g_balance_laser_secondary_radius, world, world, autocvar_g_balance_laser_secondary_force, self.projectiledeathtype, other);
-
        else
                RadiusDamage(self, self.realowner, autocvar_g_balance_laser_primary_damage, autocvar_g_balance_laser_primary_edgedamage, autocvar_g_balance_laser_primary_radius, world, world, autocvar_g_balance_laser_primary_force, self.projectiledeathtype, other);