Chipotle Posted January 19, 2017 Report Posted January 19, 2017 I can't figure out why client.on('webSession', function(sessionID, newCookie){}); will not fire at all on my server client.on('loggedOn', function(details){}); works fine? Quote
Dr. McKay Posted January 19, 2017 Report Posted January 19, 2017 Are you logging into an individual user? Add this to the loggedOn callback: console.log(client.steamID.getSteam3RenderedID()); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.