mrxbell Posted September 22, 2017 Report Posted September 22, 2017 Sometime bot see error : user.on("disconnected", function(result, reason) { console.log("Disconnected from Steam with reason : " + reason); // reason == 'Disconnected' }); how fix that ? Quote
Vanilla Posted September 22, 2017 Report Posted September 22, 2017 how fix that ? Have you tried using EResult instead? user.on('disconnected', function (eresult) { console.log("Disconnected from Steam. '"+SteamUser.EResult[eresult]+" ["+eresult+"]'"); }); 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.