node-gamedig/protocols/minecraft.js

8 lines
137 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;
this.port = 25565;
}
});