Skip to content

Commit

Permalink
Merge pull request #422 from Andyauk/main
Browse files Browse the repository at this point in the history
Remove extra Config
  • Loading branch information
GhzGarage authored Oct 23, 2023
2 parents ec634d1 + c56a8ed commit fb448e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/weapdraw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ local function checkWeapon(newWeap)
end

local function isWeaponHolsterable(weap)
for i = 1, #Config.Config.WeapDraw.weapons do
if joaat(Config.Config.WeapDraw.weapons[i]) == weap then
for i = 1, #Config.WeapDraw.weapons do
if joaat(Config.WeapDraw.weapons[i]) == weap then
return true
end
end
Expand Down Expand Up @@ -335,4 +335,4 @@ function CeaseFire()
Wait(0)
end
end)
end
end

0 comments on commit fb448e6

Please sign in to comment.