mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = require('./gamespy').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.options.port = 7778;
|
|
}
|
|
});
|