Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Update client to latest Among Us version
Browse files Browse the repository at this point in the history
  • Loading branch information
molenzwiebel committed Dec 4, 2020
1 parent 5aa58f1 commit 2f83a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/AmongUsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class AmongUsClient
{
// Represents a handshake of the latest version with name set to "Impostor".
private static readonly byte[] HANDSHAKE =
{0x80, 0xD9, 0x02, 0x03, 0x08, 0x49, 0x6D, 0x70, 0x6F, 0x73, 0x74, 0x6F, 0x72};
{0x4A, 0xE2, 0x02, 0x03, 0x08, 0x49, 0x6D, 0x70, 0x6F, 0x73, 0x74, 0x6F, 0x72};

// The port to the Among Us matchmaker.
private const ushort MATCHMAKER_PORT = 22023;
Expand Down

0 comments on commit 2f83a13

Please sign in to comment.