fix ui fix mob index check (#2021)
* fix ui fix mob index check * rm console
This commit is contained in:
parent
c69d1fe00e
commit
e4a1037e3d
1 changed files with 3 additions and 1 deletions
|
|
@ -24,8 +24,10 @@ export default class MFileReader extends RawMessageReader {
|
|||
|| this.readCustomIndex(this.buf.slice(0, 9)) === 72057594037927940
|
||||
|
||||
if (skipIndexes) {
|
||||
if (!this.noIndexes) {
|
||||
this.skip(8)
|
||||
}
|
||||
this.noIndexes = true
|
||||
this.skip(8)
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue