mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-04 08:26:57 +08:00
Fix getInventory issue
This commit is contained in:
parent
5853968661
commit
cd68841d1d
@ -157,5 +157,5 @@ CSteamUser.prototype.getInventoryContexts = function(callback) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
CSteamUser.prototype.getInventory = function(appID, contextID, tradableOnly, callback) {
|
CSteamUser.prototype.getInventory = function(appID, contextID, tradableOnly, callback) {
|
||||||
this._community.getInventory(appID, contextID, tradableOnly, callback);
|
this._community.getUserInventory(this.steamID, appID, contextID, tradableOnly, callback);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user