Fixes for ase, geneshift, minecraftping, and quake 2 arising from cleanup

This commit is contained in:
mmorrison 2017-08-09 05:04:32 -05:00
parent 14aa56714f
commit b015d58a0a
8 changed files with 29 additions and 21 deletions

View file

@ -15,7 +15,6 @@ class Quake2 extends require('./core') {
const header = reader.string({length:4});
if(header !== '\xff\xff\xff\xff') return;
this.debugBuffer(buffer);
let response;
if(this.isQuake1) {
response = reader.string({length:this.responseHeader.length});