node-gamedig/games/quake4.js

9 lines
181 B
JavaScript

module.exports = require('./protocols/doom3').extend({
init: function() {
this._super();
this.pretty = 'Quake 4';
this.hasClanTag = true;
this.options.port = 28004;
}
});