mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
Mistake from me :(
This commit is contained in:
@@ -397,7 +397,7 @@ AddEventHandler('playerDropped', function(reason)
|
||||
end
|
||||
end)
|
||||
|
||||
AddEventHandler("esx:playerLoaded", function()
|
||||
AddEventHandler("esx:playerLoaded", function(_, xPlayer)
|
||||
local job = xPlayer.getJob().name
|
||||
local jobKey = ("%s:count"):format(job)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user