mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2024-12-29 16:10:12 +08:00
Actually fixed the previous issue
This commit is contained in:
parent
1810727a2f
commit
2890b70add
@ -43,6 +43,7 @@ SteamCommunity.prototype.getSteamUser = function(id, callback) {
|
||||
|
||||
if(!result.profile.steamID64 || !result.profile.onlineState) {
|
||||
callback(new Error("No valid response"));
|
||||
return;
|
||||
}
|
||||
|
||||
callback(null, new CSteamUser(self, result.profile, customurl));
|
||||
|
Loading…
Reference in New Issue
Block a user