Merge pull request #322 from LifeGoal/master

Loadout & confiscating fix (read desc)
This commit is contained in:
Samuel
2019-09-29 09:12:04 +02:00
committed by GitHub
-4
View File
@@ -424,10 +424,6 @@ Citizen.CreateThread(function()
local loadout = {}
local loadoutChanged = false
if IsPedDeadOrDying(playerPed) then
isLoadoutLoaded = false
end
for k,v in ipairs(Config.Weapons) do
local weaponName = v.name
local weaponHash = GetHashKey(weaponName)