Skip to content

Commit

Permalink
Update client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Dec 27, 2023
1 parent 2eb5ba5 commit 9933b8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class Client extends EventEmitter {
this._mcBundle.push(parsed)
if (this._mcBundle.length > 32) {
this._mcBundle.forEach(emitPacket)
emitPacket(parsed)
this._mcBundle = []
this._hasBundlePacket = false
}
Expand Down

0 comments on commit 9933b8d

Please sign in to comment.