Removed updating loadout from client - usally spawned weapons

This commit is contained in:
ElPumpo
2020-01-12 22:04:59 +01:00
parent ccdd4494c5
commit 5566abca4f
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -449,7 +449,6 @@ Citizen.CreateThread(function()
if loadoutChanged and isLoadoutLoaded then
ESX.PlayerData.loadout = loadout
TriggerServerEvent('esx:updateLoadout', loadout)
end
end
end)