Open
Description
What happened?
I created a fivem auth system that checkes if a players has an account before entering the server and accidently use a table in the deferrals.done() function's argument, and when i tested it the server had a server crash
(i know its stupid but i wanted to report this)
Expected result
The server shouldn't crashed
Reproduction steps
- get a table in your code
- do this in your code deferrals.done(table)
- restart the server and try to enter it
- as soon as it gets to the function the server crashes
Importancy
Unknown
Area(s)
FiveM, FXServer, ScRT: Lua
Specific version(s)
FiveM Server 9572 Windows
Additional information
No response