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