diff --git a/classes/CSteamGroup.js b/classes/CSteamGroup.js index 112ec24..dca58ef 100644 --- a/classes/CSteamGroup.js +++ b/classes/CSteamGroup.js @@ -147,6 +147,7 @@ CSteamGroup.prototype.postAnnouncement = function(headline, content, callback) { "body": content }; + var self = this; this._community.request.post("https://steamcommunity.com/gid/" + this.steamID.toString() + "/announcements", {"form": form}, function(err, response, body) { if(!callback) { return;