diff --git a/src/createClient.js b/src/createClient.js index 912e331e..137fd2a4 100644 --- a/src/createClient.js +++ b/src/createClient.js @@ -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)