mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Fixes for ase, geneshift, minecraftping, and quake 2 arising from cleanup
This commit is contained in:
parent
14aa56714f
commit
b015d58a0a
8 changed files with 29 additions and 21 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue