node-gamedig/protocols/quake1.js

8 lines
143 B
JavaScript
Raw Normal View History

2014-10-29 08:02:03 +01:00
module.exports = require('./quake2').extend({
init: function() {
this._super();
this.responseHeader = 'n';
this.isQuake1 = true;
}
});