]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove leftovers
authorMario <mario@smbclan.net>
Thu, 24 Dec 2015 05:39:36 +0000 (15:39 +1000)
committerMario <mario@smbclan.net>
Thu, 24 Dec 2015 05:39:36 +0000 (15:39 +1000)
qcsrc/server/weapons/tracing.qc

index 9827f0abe4e0952adef6541e1e98e3f4b34d5f8b..31d72f821f0e5ba8822f00638b77ccf60d27a2da 100644 (file)
@@ -296,13 +296,6 @@ void FireRailgunBullet (vector start, vector end, float bdamage, float bforce, f
                                soundtoat(MSG_ONE, pseudoprojectile, beampos, CH_SHOTS, snd, VOL_BASE * f, ATTEN_NONE);
                        }
                ));
-               FOR_EACH_REALCLIENT(msg_entity)
-               if(msg_entity != self)
-               if(!msg_entity.railgunhit)
-               if(!(IS_SPEC(msg_entity) && msg_entity.enemy == self)) // we use realclient, so spectators can hear the whoosh too
-               {
-                       
-               }
 
                if(pseudoprojectile)
                        remove(pseudoprojectile);