Chipotle Posted January 19, 2017 Report Share 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 Link to comment Share on other sites More sharing options...
Dr. McKay Posted January 19, 2017 Report Share Posted January 19, 2017 Are you logging into an individual user? Add this to the loggedOn callback: console.log(client.steamID.getSteam3RenderedID()); Quote Link to comment Share on other sites More sharing options...
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.