mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 17:50:37 +01:00
7 lines
134 B
JavaScript
7 lines
134 B
JavaScript
|
module.exports = require('./quake2').extend({
|
||
|
init: function() {
|
||
|
this._super();
|
||
|
this.sendHeader = '\xFFstatus\x0a';
|
||
|
}
|
||
|
});
|