... fix crash?

This commit is contained in:
I-Have-An-Issue 2022-10-14 18:50:59 -04:00
parent 0df4c6c55b
commit e2b3570b0d
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default function (id, username, ip, port, membership) {
script.ServerPort = Number(port);
script.MembershipType = membership;
let joinscriptText = "\n" + JSON.stringify(joinscript);
let joinscriptText = "\n" + JSON.stringify(joinscript, null, null);
let sig = signer(joinscriptText);
joinscript = `--rbxsig%${sig}%${joinscriptText}`;