From 88ac4fe4698b8d57368ee456af04e179fb3b7331 Mon Sep 17 00:00:00 2001 From: "Dr. Jaska" Date: Sat, 4 Sep 2021 07:12:36 +0000 Subject: [PATCH] remove a single tab to remove diff noise --- qcsrc/common/weapons/weapon/machinegun.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/weapon/machinegun.qc b/qcsrc/common/weapons/weapon/machinegun.qc index cc38ad460..daa2a56bc 100644 --- a/qcsrc/common/weapons/weapon/machinegun.qc +++ b/qcsrc/common/weapons/weapon/machinegun.qc @@ -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) { -- 2.39.2