node-gamedig/protocols/quake1.js

8 lines
143 B
JavaScript

module.exports = require('./quake2').extend({
init: function() {
this._super();
this.responseHeader = 'n';
this.isQuake1 = true;
}
});