Skip to content

Commit

Permalink
Remove extra Config
Browse files Browse the repository at this point in the history
Remove extra Config
  • Loading branch information
Andyauk authored Oct 22, 2023
1 parent ec634d1 commit c56a8ed
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 c56a8ed

Please sign in to comment.