Minor changes

This commit is contained in:
ElPumpo
2019-02-28 12:57:54 +01:00
parent 5ab6123b44
commit 9a39f83aee
3 changed files with 14 additions and 20 deletions
-1
View File
@@ -254,7 +254,6 @@ RegisterNetEvent('esx:loadIPL')
AddEventHandler('esx:loadIPL', function(name)
Citizen.CreateThread(function()
LoadMpDlcMaps()
EnableMpDlcMaps(true)
RequestIpl(name)
end)
end)