mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-07 14:16:22 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = require('./unreal2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.options.port = 7778;
|
|
}
|
|
});
|