mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
fix #559
This commit is contained in:
parent
db1cbd4941
commit
9ed69de5ff
@ -18,14 +18,11 @@ class Client extends EventEmitter {
|
|||||||
this.isServer = !!isServer
|
this.isServer = !!isServer
|
||||||
this.splitter = framing.createSplitter()
|
this.splitter = framing.createSplitter()
|
||||||
this.packetsToParse = {}
|
this.packetsToParse = {}
|
||||||
this.serializer = undefined
|
|
||||||
this.compressor = null
|
this.compressor = null
|
||||||
this.framer = framing.createFramer()
|
this.framer = framing.createFramer()
|
||||||
this.cipher = null
|
this.cipher = null
|
||||||
this.decipher = null
|
this.decipher = null
|
||||||
this.decompressor = null
|
this.decompressor = null
|
||||||
this.deserializer = undefined
|
|
||||||
this.isServer = undefined
|
|
||||||
this.ended = true
|
this.ended = true
|
||||||
this.latency = 0
|
this.latency = 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user