mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -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.splitter = framing.createSplitter()
|
||||
this.packetsToParse = {}
|
||||
this.serializer = undefined
|
||||
this.compressor = null
|
||||
this.framer = framing.createFramer()
|
||||
this.cipher = null
|
||||
this.decipher = null
|
||||
this.decompressor = null
|
||||
this.deserializer = undefined
|
||||
this.isServer = undefined
|
||||
this.ended = true
|
||||
this.latency = 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user