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.
@@ -8701,7 +8701,7 @@ var NetworkMessageParser = class _NetworkMessageParser {
8701
8701
  const serverFrame = this.stream.readLong();
8702
8702
  const deltaFrame = this.stream.readLong();
8703
8703
  let surpressCount = 0;
8704
- if (this.protocolVersion !== 26) {
8704
+ if (this.protocolVersion !== 26 && this.protocolVersion !== 25) {
8705
8705
  surpressCount = this.stream.readByte();
8706
8706
  }
8707
8707
  const areaBytes = this.stream.readByte();