altv-os-character-editor icon indicating copy to clipboard operation
altv-os-character-editor copied to clipboard

Add package.json and stringify communication to server

Open HtoTheB opened this issue 2 years ago • 0 comments

Added a package.json containing only a single line to fix the issue described in the readme. Fix transmission of characterData to C# server backend by including an explicit json conversion for the data. It wasn't explicitly stringified in the JS code, and that broke the receiving side of C# servers.

HtoTheB avatar Dec 02 '21 16:12 HtoTheB