Skip to content

Commit

Permalink
Update createClient.js
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Jan 6, 2025
1 parent 5ec70a5 commit f6db87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/createClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function createClient (options) {

const client = new Client(false, version.minecraftVersion, options.customPackets, hideErrors)

client._supportFeature = mcData.supportFeature
tcpDns(client, options)
if (options.auth instanceof Function) {
options.auth(client, options)
Expand Down

0 comments on commit f6db87d

Please sign in to comment.