]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Restore trailing tab to fix merge conflict
authorbones_was_here <bones_was_here@yahoo.com.au>
Mon, 20 Jul 2020 08:57:09 +0000 (18:57 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Mon, 20 Jul 2020 08:57:09 +0000 (18:57 +1000)
qcsrc/common/weapons/weapon/shotgun.qc

index c21519c2a584e0a3d08bf67b1bd75ee7699972ce..f7c29a26e4e8cdd0b188c199d1ef80e771acd44c 100644 (file)
@@ -18,7 +18,7 @@ void W_Shotgun_Attack(Weapon thiswep, entity actor, .entity weaponentity, float
 
        for(int sc = 0;sc < bullets;sc = sc + 1)
                fireBullet_antilag(actor, weaponentity, w_shotorg, w_shotdir, spread, solidpenetration, damage, force, thiswep.m_id, bullet_trail_effect, false);
-
+       
        if(lag && bullets > 0)
                antilag_restore_all(actor);