
speicher
-
Posts
13 -
Joined
-
Last visited
Reputation Activity
-
speicher got a reaction from Revadike in not confirm trade after running a while
ok, that should work based on your wiki.
community.on('sessionExpired', function(err) { if (err) { console.log('sessionExpired: '+err); } community.stopConfirmationChecker(); if (client.steamID) { client.webLogOn(); } else { client.logOn(logon_details); } }); -
speicher got a reaction from T1MOXA in not confirm trade after running a while
ok, that should work based on your wiki.
community.on('sessionExpired', function(err) { if (err) { console.log('sessionExpired: '+err); } community.stopConfirmationChecker(); if (client.steamID) { client.webLogOn(); } else { client.logOn(logon_details); } });