We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4095475 commit 05d766cCopy full SHA for 05d766c
com.unity.netcode.gameobjects/Runtime/Messaging/Messages/ConnectionApprovedMessage.cs
@@ -50,7 +50,7 @@ internal struct ConnectionApprovedMessage : INetworkMessage
50
public int Version => k_AddSessionStateToken;
51
52
public ulong OwnerClientId;
53
- public ulong SessionStateToken;
+ public ulong SessionStateToken;
54
public int NetworkTick;
55
// The cloud state service should set this if we are restoring a session
56
public ServiceConfig ServiceConfig;
0 commit comments