From: Samual Lenks Date: Mon, 10 Jun 2013 01:06:24 +0000 (-0400) Subject: Remove whitespace X-Git-Tag: xonotic-v0.8.0~152^2~408^2 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=9b6857c58d8cbda91460b1a55ba48383e49ccd35;hp=e15bb76d76f5b78415559182e88b1826fda30442;p=xonotic%2Fxonotic-data.pk3dir.git Remove whitespace --- diff --git a/qcsrc/server/w_laser.qc b/qcsrc/server/w_laser.qc index fbee70985..c331c5b52 100644 --- a/qcsrc/server/w_laser.qc +++ b/qcsrc/server/w_laser.qc @@ -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);