mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +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,
|
accountName: data.accountName,
|
||||||
loginKey: data.loginKey,
|
loginKey: data.loginKey,
|
||||||
rememberPassword: true,
|
rememberPassword: true,
|
||||||
|
logonID: puppetId,
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on("user", async (steamId, persona: IPersona) => {
|
client.on("user", async (steamId, persona: IPersona) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue