mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +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) {
|
||||
// has split headers, but they are worthless and only one packet is used
|
||||
reader.skip(11);
|
||||
c([buffer.rest()]);
|
||||
c([reader.rest()]);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue