Jump to content
McKay Development

speicher

Member
  • Posts

    13
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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); } });
  2. Like
    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); } });
×
×
  • Create New...