We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecfd39 commit 316c0d6Copy full SHA for 316c0d6
Game/GameBehavior.cs
@@ -185,7 +185,7 @@ private void OnJoinGame(BinaryReader packet)
185
/*int draw_count =*/ packet.ReadByte();
186
/*int time_limit =*/ packet.ReadUInt16();
187
/*align =*/ packet.ReadBytes(4);
188
- const ulong SERVER_HANDSHAKE = 4903489263569811227;
+ const ulong SERVER_HANDSHAKE = 4680591157758091777;
189
ulong handshake = packet.ReadUInt64();
190
if (handshake != SERVER_HANDSHAKE)
191
{
0 commit comments