From 689658c4ab1ccb3ef1ae812d78d090212b1acf3f Mon Sep 17 00:00:00 2001 From: Spongecade Date: Fri, 6 Oct 2023 21:05:28 -0500 Subject: [PATCH] Update Minecraft wiki link to new domain (#455) --- src/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.js b/src/options.js index 54113a9..06dae0d 100644 --- a/src/options.js +++ b/src/options.js @@ -12,7 +12,7 @@ const skippedVersionsOnGithubCI = ['1.16.210', '1.17.10', '1.17.30', '1.18.11', const testedVersions = process.env.CI ? Object.keys(Versions).filter(v => !skippedVersionsOnGithubCI.includes(v)) : Object.keys(Versions) const defaultOptions = { - // https://minecraft.gamepedia.com/Protocol_version#Bedrock_Edition_2 + // https://minecraft.wiki/w/Protocol_version#Bedrock_Edition_2 version: CURRENT_VERSION, // client: If we should send SetPlayerInitialized to the server after getting play_status spawn. // if this is disabled, no 'spawn' event will be emitted, you should manually set