fix mobs reader template fix (#2031)

This commit is contained in:
Delirium 2024-04-03 12:34:12 +02:00 committed by GitHub
parent 0bc01c45c6
commit ad5d9302db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,6 @@ export default class RawMessageReader extends PrimitiveReader {
<% end %>
default:
throw new Error(`Unrecognizable message type: ${ tp }; Pointer at the position ${this.p} of ${this.buf.length}`)
return null;
}
}
}