Skip to content

Commit

Permalink
Fix for inventory weapon attachment Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amantu-qbit committed Nov 7, 2022
1 parent c596323 commit 76aa1c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -896,3 +896,9 @@ WeaponAttachments = {
},
},
}

local function getConfigWeaponAttachments(weapon)
return WeaponAttachments[weapon]
end

exports('getConfigWeaponAttachments', getConfigWeaponAttachments)

0 comments on commit 76aa1c2

Please sign in to comment.