node-gamedig/protocols/killingfloor.js

8 lines
152 B
JavaScript
Raw Normal View History

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