]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove a single tab to remove diff noise
authorDr. Jaska <drjaska83@gmail.com>
Sat, 4 Sep 2021 07:12:36 +0000 (07:12 +0000)
committerDr. Jaska <drjaska83@gmail.com>
Sat, 4 Sep 2021 07:12:36 +0000 (07:12 +0000)
qcsrc/common/weapons/weapon/machinegun.qc

index cc38ad4605b5ffa205564c88ee50cc5c3994dd00..daa2a56bcca6a350380fb3e577ca44b158773241 100644 (file)
@@ -149,7 +149,7 @@ void W_MachineGun_Attack_Auto(Weapon thiswep, entity actor, .entity weaponentity
 }
 
 void W_MachineGun_Attack_Burst(Weapon thiswep, entity actor, .entity weaponentity, int fire)
-{      
+{
        W_SetupShot(actor, weaponentity, true, 0, SND_UZI_FIRE, CH_WEAPON_A, WEP_CVAR(machinegun, sustained_damage), thiswep.m_id);
        if(!autocvar_g_norecoil)
        {