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 11bd452 commit 5426f4aCopy full SHA for 5426f4a
MLAPI/Data/NetworkingConfiguration.cs
@@ -74,6 +74,7 @@ public byte[] GetConfig(bool cache = true)
74
writer.Write(EncryptMessages);
75
writer.Write(AllowPassthroughMessages);
76
writer.Write(EnableSceneSwitching);
77
+ writer.Write(UseLegacyChannel);
78
}
79
using(SHA256Managed sha256 = new SHA256Managed())
80
{
0 commit comments