From 9ed377e843fc367b080640991f4d91dcf52c63c0 Mon Sep 17 00:00:00 2001 From: Revadike Date: Fri, 5 Apr 2019 00:13:02 +0200 Subject: [PATCH] Oopsy --- classes/CSteamUser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/CSteamUser.js b/classes/CSteamUser.js index c70f741..37b521e 100644 --- a/classes/CSteamUser.js +++ b/classes/CSteamUser.js @@ -152,8 +152,8 @@ CSteamUser.prototype.deleteComment = function(commentID, callback) { this._community.deleteUserComment(this.steamID, commentID, callback); }; -CSteamUser.prototype.getUserComments = function(options, callback) { - this._community.postUserComment(this.steamID, options, callback); +CSteamUser.prototype.getComments = function(options, callback) { + this._community.getUserComments(this.steamID, options, callback); }; CSteamUser.prototype.inviteToGroup = function(groupID, callback) {