Update esx_jobs_sv.lua

This commit is contained in:
Jérémie N'gadi
2017-08-14 13:53:16 +02:00
committed by GitHub
parent 52406653d4
commit 8f4b29946c
+1 -1
View File
@@ -4,7 +4,7 @@ local Players = {}
ESX = nil
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
AddEventHandler('esx:playerLodaded', function(source)
AddEventHandler('esx:playerLoaded', function(source)
local xPlayer = ESX.GetPlayerFromId(source)
xPlayer.set('caution', 0)
end)