diff --git a/lua/entities/acf_gun.lua b/lua/entities/acf_gun.lua index 1cebb8108..e8f92a5ec 100644 --- a/lua/entities/acf_gun.lua +++ b/lua/entities/acf_gun.lua @@ -629,7 +629,7 @@ function ENT:FireShell() end if ( bool and self.IsUnderWeight and self.Ready and self.Legal ) then - Blacklist = {} + local Blacklist = {} if not ACF.AmmoBlacklist[self.BulletData.Type] then Blacklist = {} else