2013-07-10 12:02:48 +02:00
|
|
|
module.exports = require('./unreal2').extend({
|
|
|
|
init: function() {
|
|
|
|
this._super();
|
2013-07-12 11:12:02 +02:00
|
|
|
this.pretty = 'Killing Floor';
|
2013-07-10 12:40:41 +02:00
|
|
|
this.options.port = 7708;
|
2013-07-10 12:02:48 +02:00
|
|
|
}
|
|
|
|
});
|