fix ui fix mob index check (#2021)

* fix ui fix mob index check

* rm console
This commit is contained in:
Delirium 2024-04-02 16:12:11 +02:00 committed by GitHub
parent c69d1fe00e
commit e4a1037e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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