Fix jc2mp queries (gamespy3 single splits)

This commit is contained in:
Michael Morrison 2014-02-09 03:03:54 -06:00
parent 1cafb4eb86
commit 76ca9fd4d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}