JaredScar / DiscordAcePerms

A fivem script
MIT License
36 stars 21 forks source link

Update __resource.lua to fxmanifest.lua #5

Closed Bozza2067 closed 2 years ago

Bozza2067 commented 2 years ago

Fixes an issue where client gets stuck deferring connection when connecting to the server.

JaredScar commented 2 years ago

As far as I know, this should not cause that sort of issue unless the Cfx team changed something in which it would. This is usually caused by an error/issue in the configuration file because the deferral can never be ended due to the error being encountered and stopping code execution. Nonetheless, I'll approve the pull request just because it's more up to date.