Make sure everything is in English

This commit is contained in:
Alexander Corn 2015-07-10 16:00:56 -04:00
parent 8b6bed5527
commit 2674287b43

View File

@ -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) {