projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c781484
)
Remove old debug
author
Samual <samual@xonotic.org>
Mon, 23 Jul 2012 16:04:47 +0000
(12:04 -0400)
committer
Samual <samual@xonotic.org>
Mon, 23 Jul 2012 16:04:47 +0000
(12:04 -0400)
qcsrc/server/w_laser.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/w_laser.qc
b/qcsrc/server/w_laser.qc
index f908798360170153e0e5e316cf86e46655f4ab38..6419b99c118d0896861bb6b974023486b447c4dc 100644
(file)
--- a/
qcsrc/server/w_laser.qc
+++ b/
qcsrc/server/w_laser.qc
@@
-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.
{