joinscript
This commit is contained in:
parent
e97615796f
commit
08ea70387e
|
|
@ -49,8 +49,8 @@ export default function (id, username, ip, port, membership) {
|
|||
script.ServerPort = Number(port);
|
||||
script.MembershipType = membership;
|
||||
|
||||
let sig = signer(JSON.stringify(joinscript));
|
||||
joinscript = `--rbxsig%${sig}%${JSON.stringify(joinscript)}`;
|
||||
let sig = signer(JSON.stringify(joinscript, null, null));
|
||||
joinscript = `--rbxsig%${sig}%\n${JSON.stringify(joinscript, null, null)}`;
|
||||
|
||||
return joinscript;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue