mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
|
module.exports = require('./gamespy3').extend({
|
||
|
init: function() {
|
||
|
this._super();
|
||
|
this.maxAttempts = 2;
|
||
|
this.port = 25565;
|
||
|
}
|
||
|
});
|