mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
set logonId to puppetId
hopefully fixes LogonSessionReplaced error
This commit is contained in:
parent
ded1bf4a4a
commit
422932050d
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ export class Steam {
|
|||
accountName: data.accountName,
|
||||
loginKey: data.loginKey,
|
||||
rememberPassword: true,
|
||||
logonID: puppetId,
|
||||
});
|
||||
|
||||
client.on("user", async (steamId, persona: IPersona) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue