Turns compression back on (#280)

Bumps release version
This commit is contained in:
Kamron Batman 2020-10-20 21:00:16 -07:00 committed by GitHub
parent 369a27b800
commit d366fa8e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2548,7 +2548,7 @@ namespace Server.Network
if (e.Accepted)
{
state.CityInfo = e.CityInfo;
// state.CompressionEnabled = true;
state.CompressionEnabled = true;
state.Send(SupportedFeatures.Instantiate(state));