From e95967f008434c6714cf0d8e390bb3778a2dc15f Mon Sep 17 00:00:00 2001 From: Faramour <44729057+Faramour@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:20:24 +0100 Subject: [PATCH] stylua! --- scripts/vscripts/ZombieReborn/Infect.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vscripts/ZombieReborn/Infect.lua b/scripts/vscripts/ZombieReborn/Infect.lua index d263a09..bcf897a 100644 --- a/scripts/vscripts/ZombieReborn/Infect.lua +++ b/scripts/vscripts/ZombieReborn/Infect.lua @@ -38,7 +38,7 @@ function Infect(hInflictor, hInfected, bKeepPosition, bDead) DoEntFireByInstanceHandle(hWeapon, "Kill", "", 0.02, nil, nil) end end - + local tThrewnNades = Entities:FindAllByClassname("hegrenade_projectile") for __,hProjectile in ipairs(tThrewnNades) do if hProjectile and hProjectile:GetOwner() == hInfected then