node-gamedig/protocols/ut2004.js

8 lines
161 B
JavaScript

module.exports = require('./unreal2').extend({
init: function() {
this._super();
this.pretty = 'Unreal Tournament 2004';
this.options.port = 7778;
}
});