Skip to content

Commit 5426f4a

Browse files
committed
Added UseLegacyChannel to the config hash
1 parent 11bd452 commit 5426f4a

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
@@ -74,6 +74,7 @@ public byte[] GetConfig(bool cache = true)
7474
writer.Write(EncryptMessages);
7575
writer.Write(AllowPassthroughMessages);
7676
writer.Write(EnableSceneSwitching);
77+
writer.Write(UseLegacyChannel);
7778
}
7879
using(SHA256Managed sha256 = new SHA256Managed())
7980
{

0 commit comments

Comments
 (0)