Added UseLegacyChannel to the config hash

This commit is contained in:
Albin Corén 2018-03-08 18:19:50 +01:00
parent 11bd4523b0
commit 5426f4a421

View File

@ -74,6 +74,7 @@ namespace MLAPI
writer.Write(EncryptMessages);
writer.Write(AllowPassthroughMessages);
writer.Write(EnableSceneSwitching);
writer.Write(UseLegacyChannel);
}
using(SHA256Managed sha256 = new SHA256Managed())
{