Skip to content

Commit 316c0d6

Browse files
committed
Update handshake
1 parent 9ecfd39 commit 316c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Game/GameBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private void OnJoinGame(BinaryReader packet)
185185
/*int draw_count =*/ packet.ReadByte();
186186
/*int time_limit =*/ packet.ReadUInt16();
187187
/*align =*/ packet.ReadBytes(4);
188-
const ulong SERVER_HANDSHAKE = 4903489263569811227;
188+
const ulong SERVER_HANDSHAKE = 4680591157758091777;
189189
ulong handshake = packet.ReadUInt64();
190190
if (handshake != SERVER_HANDSHAKE)
191191
{

0 commit comments

Comments
 (0)