Changeset 991
Author: ATracer
(2010/02/07 23:07) About 2 years ago
Fix for double login using the same account id. The first client connection will be closed after attempt to login from the second client.
Author: ATracer
(2010/02/07 23:07) About 2 years ago
Fix for double login using the same account id. The first client connection will be closed after attempt to login from the second client.
{{{{AionConnection client = loginRequests.get(accountId);AionConnection client = loggedInAccounts.get(accountId);