mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-03 13:01:04 +01:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
module.exports = require('./unreal2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.pretty = 'Killing Floor';
|
|
this.options.port = 7708;
|
|
}
|
|
});
|