From 76ca9fd4d7a0e35a2901dea819c34a6b94a721ef Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Sun, 9 Feb 2014 03:03:54 -0600 Subject: [PATCH] Fix jc2mp queries (gamespy3 single splits) --- protocols/gamespy3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/gamespy3.js b/protocols/gamespy3.js index 1add0b8..e2dcaa3 100644 --- a/protocols/gamespy3.js +++ b/protocols/gamespy3.js @@ -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; }