quake2ts 0.0.440 → 0.0.441
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/client/dist/browser/index.global.js +1 -1
- package/packages/client/dist/browser/index.global.js.map +1 -1
- package/packages/client/dist/cjs/index.cjs +1 -1
- package/packages/client/dist/cjs/index.cjs.map +1 -1
- package/packages/client/dist/esm/index.js +1 -1
- package/packages/client/dist/esm/index.js.map +1 -1
- package/packages/engine/dist/browser/index.global.js +1 -1
- package/packages/engine/dist/browser/index.global.js.map +1 -1
- package/packages/engine/dist/cjs/index.cjs +1 -1
- package/packages/engine/dist/cjs/index.cjs.map +1 -1
- package/packages/engine/dist/esm/index.js +1 -1
- package/packages/engine/dist/esm/index.js.map +1 -1
- package/packages/engine/dist/tsconfig.tsbuildinfo +1 -1
- package/packages/engine/dist/types/demo/parser.d.ts.map +1 -1
|
@@ -8736,7 +8736,7 @@ var NetworkMessageParser = class _NetworkMessageParser {
|
|
|
8736
8736
|
const serverFrame = this.stream.readLong();
|
|
8737
8737
|
const deltaFrame = this.stream.readLong();
|
|
8738
8738
|
let surpressCount = 0;
|
|
8739
|
-
if (this.protocolVersion !== 26) {
|
|
8739
|
+
if (this.protocolVersion !== 26 && this.protocolVersion !== 25) {
|
|
8740
8740
|
surpressCount = this.stream.readByte();
|
|
8741
8741
|
}
|
|
8742
8742
|
const areaBytes = this.stream.readByte();
|