Skip to content

Commit

Permalink
Added UseLegacyChannel to the config hash
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Mar 8, 2018
1 parent 11bd452 commit 5426f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MLAPI/Data/NetworkingConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public byte[] GetConfig(bool cache = true)
writer.Write(EncryptMessages);
writer.Write(AllowPassthroughMessages);
writer.Write(EnableSceneSwitching);
writer.Write(UseLegacyChannel);
}
using(SHA256Managed sha256 = new SHA256Managed())
{
Expand Down

0 comments on commit 5426f4a

Please sign in to comment.