mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00: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;
|
|
}
|
|
});
|