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.
@@ -12409,7 +12409,7 @@ var NetworkMessageParser = class _NetworkMessageParser {
12409
12409
  const serverFrame = this.stream.readLong();
12410
12410
  const deltaFrame = this.stream.readLong();
12411
12411
  let surpressCount = 0;
12412
- if (this.protocolVersion !== 26) {
12412
+ if (this.protocolVersion !== 26 && this.protocolVersion !== 25) {
12413
12413
  surpressCount = this.stream.readByte();
12414
12414
  }
12415
12415
  const areaBytes = this.stream.readByte();