diff --git a/index.js b/index.js index 1521ef0..da15e90 100644 --- a/index.js +++ b/index.js @@ -13,6 +13,9 @@ function SteamCommunity() { this._jar = Request.jar(); this.request = Request.defaults({"jar": this._jar}); this.chatState = SteamCommunity.ChatState.Offline; + + // English + this._jar.setCookie(Request.cookie('Steam_Language=english'), 'https://steamcommunity.com'); } SteamCommunity.prototype.login = function(details, callback) {