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
|
|
@ -22,8 +22,7 @@ class Ase extends require('./core') {
|
|||
const value = this.readString(reader);
|
||||
state.raw[key] = value;
|
||||
}
|
||||
|
||||
console.log(reader.rest());
|
||||
|
||||
while(!reader.done()) {
|
||||
const flags = reader.uint(1);
|
||||
const player = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue