mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-07 14:16:22 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
module.exports = require('./quake2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.responseHeader = 'n';
|
|
this.isQuake1 = true;
|
|
}
|
|
});
|