We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2a3e9 commit 54cb3e5Copy full SHA for 54cb3e5
1 file changed
src/main/java/in/dragonbra/javasteam/steam/CMClient.java
@@ -379,7 +379,7 @@ private void handleMulti(IPacketMsg packetMsg) {
379
InputStream stream = payloadStream;
380
381
if (msgMulti.getBody().getSizeUnzipped() > 0) {
382
- stream = new GZIPInputStream(msgMulti.getBody().getMessageBody().newInput());
+ stream = new GZIPInputStream(payloadStream);
383
}
384
385
try (var br = new BinaryReader(stream)) {
0 commit comments