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