Adds PacketDecoder & Makes NetState testable (#286)
This commit is contained in:
parent
e0da7209f6
commit
3337cfa4e2
5 changed files with 177 additions and 35 deletions
|
|
@ -2549,6 +2549,7 @@ namespace Server.Network
|
|||
{
|
||||
state.CityInfo = e.CityInfo;
|
||||
state.CompressionEnabled = true;
|
||||
state.PacketEncoder = NetworkCompression.Compress;
|
||||
|
||||
state.Send(SupportedFeatures.Instantiate(state));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue