Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 33e4b29

Browse files
committed
remove bandaid 1.17 fix
1 parent 1cc9835 commit 33e4b29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/server/handshake.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ module.exports = function (client, server, { version }) {
1111
if (version === false || version === undefined) {
1212
if (require('minecraft-data')(client.protocolVersion)) {
1313
client.version = client.protocolVersion
14-
} else if (client.protocolVersion === 755) {
15-
client.protocolVersion = "21w07a"
16-
client.version = client.protocolVersion
1714
} else {
1815
client.end('Protocol version ' + client.protocolVersion + ' is not supported')
1916
}

0 commit comments

Comments
 (0)