[Release] [ESX] ESX_CommunityService

When he reconnects he does not get the public works?

I have one good idea how to resolve this error.

Find this on client.lua

Citizen.CreateThread(function()

    Citizen.Wait(120000) --Wait for mysql-async

    TriggerServerEvent('esx_communityservice:checkIfSentenced')

end)

Citizen.Wait(120000) <<< original Client.lua maybe 2000 this amount. Change 120000 and your problem is resolved.