Skip to content

Commit

Permalink
Merge pull request #568 from JustArchi/protocol-bump
Browse files Browse the repository at this point in the history
CurrentProtocol bump
  • Loading branch information
yaakov-h authored Jun 19, 2018
2 parents ed700b1 + a3b356f commit aa3e7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/SteamLanguage/steammsg.steamd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MsgClientNewLoginKeyAccepted<EMsg::ClientNewLoginKeyAccepted>
class MsgClientLogon<EMsg::ClientLogon>
{
const uint ObfuscationMask = 0xBAADF00D;
const uint CurrentProtocol = 65579;
const uint CurrentProtocol = 65580;

const uint ProtocolVerMajorMask = 0xFFFF0000;
const uint ProtocolVerMinorMask = 0xFFFF;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ public class MsgClientLogon : ISteamSerializableMessage
public EMsg GetEMsg() { return EMsg.ClientLogon; }

public static readonly uint ObfuscationMask = 0xBAADF00D;
public static readonly uint CurrentProtocol = 65579;
public static readonly uint CurrentProtocol = 65580;
public static readonly uint ProtocolVerMajorMask = 0xFFFF0000;
public static readonly uint ProtocolVerMinorMask = 0xFFFF;
public static readonly ushort ProtocolVerMinorMinGameServers = 4;
Expand Down

0 comments on commit aa3e7f1

Please sign in to comment.