node-gamedig/protocols/minecraft.js

8 lines
145 B
JavaScript
Raw Normal View History

2013-07-10 12:02:48 +02:00
module.exports = require('./gamespy3').extend({
init: function() {
this._super();
this.maxAttempts = 2;
2013-07-10 12:40:41 +02:00
this.options.port = 25565;
2013-07-10 12:02:48 +02:00
}
});