project-error / npwd

NPWD is a FiveM phone resource written entirely in TypeScript and React.
https://projecterror.dev
Other
351 stars 275 forks source link

error when using /relog in multi char #1010

Open Vihtal opened 1 year ago

Vihtal commented 1 year ago

Development Issue

Yes

Phone Version

newest

Issue Description

ill use /relog to swap out char and get this error, using esx legacy 1.9.4 Screenshot 2023-06-22 194539

Issue Reproduction

ill just use /relog in game

Evidence

No response

Gittified commented 1 year ago

Like shown above, I opened a pull request that will solve this issue. Until it gets released, I suggest building the code locally to solve the error. As far as I've tested it's relatively harmless, even though the data is not getting unloaded it will still be overwritten by the correct new data.

Vihtal commented 1 year ago

okay ill just wait on the new release then, i dont know anything about coding