mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-07 14:16:22 +00:00
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
module.exports = require('./quake2').extend({
|
|
init: function() {
|
|
this._super();
|
|
this.sendHeader = '\xFFstatus\x0a';
|
|
}
|
|
});
|