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 a27e4de commit a99e1a5Copy full SHA for a99e1a5
MLAPI/Data/NetworkingConfiguration.cs
@@ -77,6 +77,7 @@ public byte[] GetConfig(bool cache = true)
77
writer.Write(EnableEncryption);
78
writer.Write(AllowPassthroughMessages);
79
writer.Write(EnableSceneSwitching);
80
+ writer.Write(SignKeyExchange);
81
}
82
using(SHA256Managed sha256 = new SHA256Managed())
83
{
0 commit comments