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

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