mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
module.exports = require('./unreal2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.pretty = 'Unreal Tournament 2004';
|
|
this.options.port = 7778;
|
|
}
|
|
});
|