node-gamedig/protocols/killingfloor.js

7 lines
119 B
JavaScript
Raw Normal View History

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