Skip to content

Commit

Permalink
Send correct machine ID when logging in through steam-session
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Oct 26, 2023
1 parent b4cc9f8 commit 045aff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/03-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ class SteamUserMessages extends SteamUserConnection {
_getLoginSession() {
if (!this._loginSession) {
this._loginSession = new LoginSession(EAuthTokenPlatformType.SteamClient, {
transport: new CMAuthTransport(this)
transport: new CMAuthTransport(this),
machineId: this._logOnDetails?.machine_id
});
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"protobufjs": "^7.2.4",
"socks-proxy-agent": "^7.0.0",
"steam-appticket": "^1.0.1",
"steam-session": "^1.3.4",
"steam-session": "^1.7.0",
"steam-totp": "^2.0.1",
"steamid": "^2.0.0",
"websocket13": "^4.0.0"
Expand Down

0 comments on commit 045aff9

Please sign in to comment.