node-gamedig/protocols/ut2004.js

8 lines
161 B
JavaScript
Raw Normal View History

2013-07-11 11:13:39 +02:00
module.exports = require('./unreal2').extend({
init: function() {
this._super();
this.pretty = 'Unreal Tournament 2004';
this.options.port = 7778;
}
});