Upgrade request dependency, fix mutantfactions

This commit is contained in:
Michael Morrison 2015-01-18 01:44:19 -06:00
parent 1ec2818051
commit 1598971523
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
var request = require('request');
module.exports = require('./protocols/core').extend({
module.exports = require('./core').extend({
run: function(state) {
var self = this;
request({
@ -22,7 +22,7 @@ module.exports = require('./protocols/core').extend({
break;
}
}
if(!found) return self.fatal('Server not found in list');
state.raw.countrycode = fields[0];