update
This commit is contained in:
@@ -87,7 +87,9 @@ async function getUserInfo(steamID, onUserInfoReceived) {
|
|||||||
users[steamID] = personasResult.personas[steamID];
|
users[steamID] = personasResult.personas[steamID];
|
||||||
sender = users[steamID];
|
sender = users[steamID];
|
||||||
|
|
||||||
|
if (onUserInfoReceived) {
|
||||||
onUserInfoReceived(sender);
|
onUserInfoReceived(sender);
|
||||||
|
}
|
||||||
|
|
||||||
// noinspection ES6MissingAwait
|
// noinspection ES6MissingAwait
|
||||||
logger.info("user data received: " + JSON.stringify(sender));
|
logger.info("user data received: " + JSON.stringify(sender));
|
||||||
|
|||||||
Reference in New Issue
Block a user