Jump to content
McKay Development

luisisito

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    luisisito reacted to Dr. McKay in Logging into an account twice from the same VPS throws eResult error 26 Revoked   
    I've never seen Revoked come through the error event, it should be LogonSessionReplaced for this issue. That said, logonID might not be working for you because it's supposed to be an integer, but Math.random() * 100000000 will instead return a float. You should round it with Math.floor().
×
×
  • Create New...