Skip to content

Commit a99e1a5

Browse files
committed
Added SignKeyExchange to Config missmatch
1 parent a27e4de commit a99e1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MLAPI/Data/NetworkingConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public byte[] GetConfig(bool cache = true)
7777
writer.Write(EnableEncryption);
7878
writer.Write(AllowPassthroughMessages);
7979
writer.Write(EnableSceneSwitching);
80+
writer.Write(SignKeyExchange);
8081
}
8182
using(SHA256Managed sha256 = new SHA256Managed())
8283
{

0 commit comments

Comments
 (0)