node-gamedig/protocols/minecraft.js
Michael Morrison 8552d0674f initial commit
2013-07-10 05:02:48 -05:00

7 lines
137 B
JavaScript

module.exports = require('./gamespy3').extend({
init: function() {
this._super();
this.maxAttempts = 2;
this.port = 25565;
}
});