This commit is contained in:
TheOnly8Z 2022-01-23 21:38:54 -05:00
parent e7e35669ce
commit 404fcfaff8

View File

@ -165,10 +165,8 @@ function SWEP:GetSlotBlocked(slottbl)
if !eles[ele] then ok = false break end
end
if ok then return true end
if !ok then return true end
end
return true
end
return false