From f6db87d19e93b05fe2f2468a3d44e66bb81442e1 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sun, 5 Jan 2025 23:15:27 -0500 Subject: [PATCH] Update createClient.js --- src/createClient.js | 1 + 1 file changed, 1 insertion(+) 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)