Fix server list

This commit is contained in:
Chris Blanchard 2015-09-14 23:59:34 +01:00
parent 1b147fb1fd
commit e0d2532f2d

View file

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