mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 12:52:15 +00:00
Fix server list
This commit is contained in:
parent
1b147fb1fd
commit
e0d2532f2d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var config = require(path.join(__dirname, "../../config/config"));
|
|||
const SECRET_TOKEN = config.secret_token;
|
||||
|
||||
const MAP_CATEGORY = 45;
|
||||
const SERVER_CATEGORY = 44;
|
||||
const SERVER_CATEGORY = 45;
|
||||
|
||||
function EnslClient (options) {
|
||||
if (!(this instanceof EnslClient)) {
|
||||
|
|
Loading…
Reference in a new issue