mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-01 08:49:09 +08:00
Make sure everything is in English
This commit is contained in:
parent
8b6bed5527
commit
2674287b43
3
index.js
3
index.js
@ -13,6 +13,9 @@ function SteamCommunity() {
|
|||||||
this._jar = Request.jar();
|
this._jar = Request.jar();
|
||||||
this.request = Request.defaults({"jar": this._jar});
|
this.request = Request.defaults({"jar": this._jar});
|
||||||
this.chatState = SteamCommunity.ChatState.Offline;
|
this.chatState = SteamCommunity.ChatState.Offline;
|
||||||
|
|
||||||
|
// English
|
||||||
|
this._jar.setCookie(Request.cookie('Steam_Language=english'), 'https://steamcommunity.com');
|
||||||
}
|
}
|
||||||
|
|
||||||
SteamCommunity.prototype.login = function(details, callback) {
|
SteamCommunity.prototype.login = function(details, callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user