diff --git a/steam/core/msg.py b/steam/core/msg.py index f374343..c3a22bc 100644 --- a/steam/core/msg.py +++ b/steam/core/msg.py @@ -296,7 +296,7 @@ class ChannelEncryptRequest: self.load(data) def serialize(self): - return struct.pack("= 16: + if len(data) > 8: self.challenge = data[8:] def __str__(self):