mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Fix jc2mp queries (gamespy3 single splits)
This commit is contained in:
parent
1cafb4eb86
commit
76ca9fd4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ module.exports = require('./core').extend({
|
||||||
if(self.useOnlySingleSplit) {
|
if(self.useOnlySingleSplit) {
|
||||||
// has split headers, but they are worthless and only one packet is used
|
// has split headers, but they are worthless and only one packet is used
|
||||||
reader.skip(11);
|
reader.skip(11);
|
||||||
c([buffer.rest()]);
|
c([reader.rest()]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue