Skip to content

Commit 689658c

Browse files
authored
Update Minecraft wiki link to new domain (#455)
1 parent 755ba31 commit 689658c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const skippedVersionsOnGithubCI = ['1.16.210', '1.17.10', '1.17.30', '1.18.11',
1212
const testedVersions = process.env.CI ? Object.keys(Versions).filter(v => !skippedVersionsOnGithubCI.includes(v)) : Object.keys(Versions)
1313

1414
const defaultOptions = {
15-
// https://minecraft.gamepedia.com/Protocol_version#Bedrock_Edition_2
15+
// https://minecraft.wiki/w/Protocol_version#Bedrock_Edition_2
1616
version: CURRENT_VERSION,
1717
// client: If we should send SetPlayerInitialized to the server after getting play_status spawn.
1818
// if this is disabled, no 'spawn' event will be emitted, you should manually set

0 commit comments

Comments
 (0)