Fixed one more crash

This commit is contained in:
Alexander Corn 2015-07-29 22:31:05 -04:00
parent 0bb2cb6137
commit 09327af220

View File

@ -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;